Skip to content

Commit 33f1143

Browse files
committed
Remove outdated test related to RTI data harvesting
1 parent 29dd543 commit 33f1143

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/test_rti.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,6 @@
2525
end_date = Date(2012, 1, 1)
2626
popsize = 1000
2727

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)
3928

4029
def check_dtypes(simulation):
4130
# check types of columns in dataframe, check they are the same, list those that aren't

0 commit comments

Comments
 (0)