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 9f74c28 commit 191d7a6Copy full SHA for 191d7a6
src/test_app.py
@@ -4,7 +4,7 @@
4
import pandas as pd # type: ignore
5
import numpy as np # type: ignore
6
7
-from app import (projection_admits, alt)
+from app import (admissions_df, alt)
8
from penn_chime.models import sir, sim_sir, sim_sir_df
9
from penn_chime.parameters import Parameters
10
from penn_chime.presentation import display_header
0 commit comments