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
It wouldn’t be difficult to scrap codelist_values, and refactor the dashboard to use list(codelist_values_by_major_version.values())[0] in place of codelist_values.
calculate_stats.py loop
takes a reeeeally long time to run.Profiling suggests
by_hierarchy
is the slowest function.validation
,codelist_values
andcodelist_values_by_major_version
are pretty slow, too.ruleset_passes
is not only slow, it’s also unused by the dashboard. So that can and probably should be disabled.The text was updated successfully, but these errors were encountered: