You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upload that CSV and then view the dashboard. You get an error calculating the cards with waffle plots:
django-1 | INFO [django.server] "GET /get_waffle_chart_partial?T2DM=20&Other%20rare%20forms=80 HTTP/1.1" 200 120
django-1 | WARNING [project.npda.views.decorators:23] User SuperuserAda has bypassed 2FA for <function get_simple_bar_chart_pcts_partial at 0x71dcb4cee660>
as settings.DEBUG is True
django-1 | WARNING [project.npda.views.decorators:23] User SuperuserAda has bypassed 2FA for <function get_waffle_chart_partial at 0x71dcb4cee0c0> as setti
ngs.DEBUG is True
django-1 | ERROR [project.npda.views.dashboard.partials:258] Error generating waffle chart
django-1 | Traceback (most recent call last):
django-1 | File "/app/project/npda/views/dashboard/partials.py", line 178, in get_waffle_chart_partial
django-1 | for idx, (label, num_squares) in enumerate(data):
django-1 | ^^^^^^^^^^^^^^^^^^^^
django-1 | ValueError: too many values to unpack (expected 2)
The text was updated successfully, but these errors were encountered:
mbarton
changed the title
Error on total eligible patients in dashboard
Waffle plot errors on dashboard
Jan 8, 2025
Generate an example CSV following the example commands from the generator README:
File attached for convenience: coalesced_20250108152244.csv
Upload that CSV and then view the dashboard. You get an error calculating the cards with waffle plots:
The text was updated successfully, but these errors were encountered: