Skip to content

Commit

Permalink
Fix missing call super().setup() in convergence analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Nov 28, 2024
1 parent 339d9a6 commit 28e5f4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polaris/ocean/convergence/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def setup(self):
Add input files based on resolutions, which may have been changed by
user config options
"""
super().setup()
config = self.config
dependencies = self.dependencies_dict
if self.refinement == 'time':
Expand Down

0 comments on commit 28e5f4a

Please sign in to comment.