Skip to content

Commit

Permalink
New comment in netcdf_comparison failed pylint
Browse files Browse the repository at this point in the history
This commit reformatted the file to break offending file over two lines...
  • Loading branch information
mnlevy1981 committed Aug 2, 2023
1 parent 53a5632 commit 7d4abe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MARBL_tools/netcdf_comparison.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@

# Store default values of rtol, atol, and thres in a global dictionary
# to make it easy to update the default values if necessary
# rtol = 1e-11 fails the cgs vs mks comparison (POC_REMIN_DIC and PON_REMIN_NH4 have rel errors of ~1.4e-11)
# rtol = 1e-11 fails the cgs vs mks comparison
# (POC_REMIN_DIC and PON_REMIN_NH4 have rel errors of ~1.4e-11)
DEFAULT_TOLS = {'rtol' : 2e-11, 'atol' : 1e-16, 'thres' : 1e-16}

##################
Expand Down

0 comments on commit 7d4abe8

Please sign in to comment.