Skip to content

Commit

Permalink
Merge pull request #180 from kejacobson/switch_dir_setup
Browse files Browse the repository at this point in the history
Make setup() in scenario switch directory if set
  • Loading branch information
kejacobson authored Aug 19, 2024
2 parents bac2135 + 108ec31 commit a2bd8c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mphys/core/scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def _mphys_scenario_setup(self):
"""
pass

@switch_run_directory
def setup(self):
"""
The main setup call for all multiphysics scenarios.
Expand Down

0 comments on commit a2bd8c6

Please sign in to comment.