Skip to content

Commit

Permalink
mypy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rieck committed Jan 16, 2024
1 parent 9469304 commit d316cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_house_with_pyam_postprocessingoption.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_house_with_pyam(
year=year, seconds_per_timestep=seconds_per_timestep
)
my_simulation_parameters.post_processing_options.append(
postprocessingoptions.PostProcessingOptions.PREPARE_OUTPUTS_FOR_SCENARIO_EVALUATION_WITH_PYAM
postprocessingoptions.PostProcessingOptions.PREPARE_OUTPUTS_FOR_SCENARIO_EVALUATION
)

# this part is copied from hisim_main
Expand Down

0 comments on commit d316cec

Please sign in to comment.