From 44bc1f7aa80aa2818fb6c366f7497459dbc9d656 Mon Sep 17 00:00:00 2001 From: Thomas Colthurst Date: Wed, 4 Sep 2024 18:44:55 +0000 Subject: [PATCH] Hospitals integration test takes too long with heldout data --- cxx/integration_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cxx/integration_tests.sh b/cxx/integration_tests.sh index 7821607..59296ab 100755 --- a/cxx/integration_tests.sh +++ b/cxx/integration_tests.sh @@ -20,7 +20,7 @@ startt2=$(date +%s) endt2=$(date +%s) startt3=$(date +%s) ./bazel-bin/pclean/pclean --schema=assets/flights.schema --obs=assets/flights_dirty.10.csv --iters=5 --heldout=assets/flights_dirty.last10.csv -./bazel-bin/pclean/pclean --schema=assets/hospitals.schema --obs=assets/hospital_dirty.10.csv --iters=5 --only_final_emissions --heldout=assets/hospital_dirty.last10.csv +./bazel-bin/pclean/pclean --schema=assets/hospitals.schema --obs=assets/hospital_dirty.10.csv --iters=5 --only_final_emissions ./bazel-bin/pclean/pclean --schema=assets/rents.schema --obs=assets/rents_dirty.10.csv --iters=5 --record_class_is_clean --heldout=assets/rents_dirty.last10.csv endt3=$(date +%s) echo "Integration tests in /tests ran in $(($endt1-$startt1)) seconds"