Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong committed Oct 25, 2024
1 parent 1a1cd1e commit b6d81e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/system_parameters/test_system_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ def test_get_param_with_two(self):
value = sp.get_param("$.buildings.[*].ets_indirect_parameters.heat_flow_nominal")
assert value == [8000, 10000]


def test_get_param_with_building_id(self):
filename = self.data_dir / "system_params_1.json"
sdp = SystemParameters(filename)
Expand Down

0 comments on commit b6d81e3

Please sign in to comment.