We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fb9b62 + 16a3712 commit 90a8a9aCopy full SHA for 90a8a9a
polaris/ocean/tests/baroclinic_channel/rpe/__init__.py
@@ -68,6 +68,7 @@ def _add_steps(self, config=None):
68
if step.startswith('rpe') or step == 'analysis':
69
# remove previous RPE forward or analysis steps
70
self.steps.pop(step)
71
+ self.steps_to_run.remove(step)
72
73
resolution = self.resolution
74
0 commit comments