We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0322290 commit 0a13587Copy full SHA for 0a13587
tests/test_app.py
@@ -288,6 +288,7 @@ def test_chart_descriptions():
288
# census chart
289
census_df = pd.read_csv('tests/census_df.csv')
290
census_df = census_df.rename(columns={'hosp': 'Hospitalized', 'icu': 'ICU', 'vent': 'Ventilated'})
291
+ PARAM.as_date = True
292
chart = admitted_patients_chart(alt, census_df, PARAM)
293
description = chart_descriptions(chart)
294
0 commit comments