Skip to content

Commit

Permalink
remove deprecated models from the scaling tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Jan 7, 2025
1 parent 2129555 commit 24559ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_worker_scale.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
def scale_models(alfalfa: AlfalfaClient):

MODEL_PATHS = []
MODEL_PATHS.append('simple_thermostat.fmu')
MODEL_PATHS.append('single_zone_vav.fmu')
MODEL_PATHS.append('wrapped.fmu')
MODEL_PATHS.append('wrapped.fmu')
MODEL_PATHS.append('refrig_case_osw')
MODEL_PATHS.append('small_office')

Expand Down

0 comments on commit 24559ad

Please sign in to comment.