Skip to content

Commit

Permalink
fix pylint complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
jcurtis2 committed Feb 14, 2024
1 parent 2dfb99b commit 02773b2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tests/test_env_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,8 @@
from .test_gas_data import GAS_DATA_CTOR_ARG_MINIMAL
from .test_scenario import SCENARIO_CTOR_ARG_MINIMAL

ENV_STATE_CTOR_ARG_HIGH_RH = {
"rel_humidity": 0.95,
"latitude": 0.0,
"longitude": 0.0,
"altitude": 0.0,
"start_time": 44.0,
"start_day": 0,
}
ENV_STATE_CTOR_ARG_HIGH_RH = ENV_STATE_CTOR_ARG_MINIMAL
ENV_STATE_CTOR_ARG_HIGH_RH["rel_humidity"] = 0.95


class TestEnvState:
Expand Down

0 comments on commit 02773b2

Please sign in to comment.