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 29dd543 commit 33f1143Copy full SHA for 33f1143
tests/test_rti.py
@@ -25,17 +25,6 @@
25
end_date = Date(2012, 1, 1)
26
popsize = 1000
27
28
-@pytest.mark.slow
29
-def test_data_harvesting(seed):
30
- """
31
- This test runs a simulation with a functioning health system with full service availability and no set
32
- constraints
33
34
- # create sim object
35
- sim = create_basic_rti_sim(popsize, seed)
36
- # run simulation
37
- sim.simulate(end_date=end_date)
38
- exit(-1)
39
40
def check_dtypes(simulation):
41
# check types of columns in dataframe, check they are the same, list those that aren't
0 commit comments