File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
polaris/ocean/tasks/ice_shelf_2d Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,12 @@ def run(self):
83
83
logger = self .logger )
84
84
if not output_pass :
85
85
raise ValueError (f'Validation failed comparing outputs between '
86
- f'{ step_subdirs [0 ]} and { step_subdirs [3 ]} .' )
86
+ f'{ step_subdirs [0 ]} and { step_subdirs [1 ]} .' )
87
87
if not land_ice_pass :
88
- raise ValueError (f'Validation failed comparing outputs between '
89
- f'{ step_subdirs [1 ]} and { step_subdirs [4 ]} .' )
88
+ raise ValueError (f'Validation failed comparing land ice outputs '
89
+ f'between { step_subdirs [0 ]} and '
90
+ f'{ step_subdirs [1 ]} .' )
90
91
if not frazil_pass :
91
- raise ValueError (f'Validation failed comparing outputs between '
92
- f'{ step_subdirs [2 ]} and { step_subdirs [5 ]} .' )
92
+ raise ValueError (f'Validation failed comparing frazil ice outputs '
93
+ f'between { step_subdirs [0 ]} and '
94
+ f'{ step_subdirs [1 ]} .' )
You can’t perform that action at this time.
0 commit comments