Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyas committed Aug 19, 2024
1 parent a49b6e8 commit db2e14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/replay/find_nans.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ awk '!/ 0 NaN/ && (/NaN/) {print FILENAME, $1, $2, $3, $4}' slurm/verify-1.00-de
echo ""
echo ""

echo " --- 0.25 Degree ---"
echo " --- 0.25 Degree Subsampled ---"
awk '!/ 0 NaN/ && (/NaN/) {print FILENAME, $1, $2, $3, $4}' slurm/verify-0.25-degree-subsampled/*.out
echo ""
echo ""

0 comments on commit db2e14c

Please sign in to comment.