Skip to content

Commit 90a8a9a

Browse files
authored
Merge pull request #102 from xylar/fix-rpe
Remove steps from `steps_to_run` in `baroclinic_channel` RPE
2 parents 1fb9b62 + 16a3712 commit 90a8a9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

polaris/ocean/tests/baroclinic_channel/rpe/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def _add_steps(self, config=None):
6868
if step.startswith('rpe') or step == 'analysis':
6969
# remove previous RPE forward or analysis steps
7070
self.steps.pop(step)
71+
self.steps_to_run.remove(step)
7172

7273
resolution = self.resolution
7374

0 commit comments

Comments
 (0)