Skip to content

Commit

Permalink
Update rt-status.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoAndrade-NOAA authored Oct 23, 2023
1 parent 4f0aa56 commit 0bf0bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/rt-status.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def check_for_diff(tests):
if 'rap' in case_dir and file == 'WRFPRS.GrbF16.diff':
with open('{}/{}/{}'.format(rundir,case_dir, file)) as f:
data = f.readlines()
if len(data) == 1 and '708:195469472:CDCON:convective cloud layer:rpn_corr=-nan:rpn_rms=undefined' in data[0]:
if len(data) == 1 and 'CDCON:convective cloud layer:rpn_corr=-nan:rpn_rms=undefined' in data[0]:
continue
print('There are changes in results for case {}_pe_test in {}'.format(diff_case, file.replace(".diff", "")))
else:
Expand Down

0 comments on commit 0bf0bbf

Please sign in to comment.