Skip to content

Commit

Permalink
unhardcode test value for number of aero_modes in the aero_dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jcurtis2 committed May 17, 2023
1 parent 79d9aea commit b072960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,4 @@ def test_time_varying_aero_multimode(key):
)
for i in range(scenario.emissions_n_times):
dist = scenario.emissions(aero_data, i)
assert dist.n_mode == 2
assert dist.n_mode == len(list(scenario_ctor_arg[key][2]["dist"][i])[0])

0 comments on commit b072960

Please sign in to comment.