Skip to content

Commit 24559ad

Browse files
committed
remove deprecated models from the scaling tests
1 parent 2129555 commit 24559ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/test_worker_scale.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
def scale_models(alfalfa: AlfalfaClient):
1717

1818
MODEL_PATHS = []
19-
MODEL_PATHS.append('simple_thermostat.fmu')
20-
MODEL_PATHS.append('single_zone_vav.fmu')
19+
MODEL_PATHS.append('wrapped.fmu')
20+
MODEL_PATHS.append('wrapped.fmu')
2121
MODEL_PATHS.append('refrig_case_osw')
2222
MODEL_PATHS.append('small_office')
2323

0 commit comments

Comments
 (0)