Skip to content

Commit 28e5f4a

Browse files
committed
Fix missing call super().setup() in convergence analysis
1 parent 339d9a6 commit 28e5f4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

polaris/ocean/convergence/analysis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def setup(self):
121121
Add input files based on resolutions, which may have been changed by
122122
user config options
123123
"""
124+
super().setup()
124125
config = self.config
125126
dependencies = self.dependencies_dict
126127
if self.refinement == 'time':

0 commit comments

Comments
 (0)