Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ endforeach(FILENAME)
# iodaconv_comp.sh test.
#
# For a converter that is generating new data, use a non-zero tolerance.
set(IODA_CONV_COMP_TOL_ZERO "0.0")
set(IODA_CONV_COMP_TOL_ZERO "1.e-7")
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PatNichols do not think this is the way to go... this definition should remain zero

my approach was to change those tests to use the other tolerance:

IODA_CONV_COMP_TOL please see my PR #1064

set(IODA_CONV_COMP_TOL "0.5e-4")

# The ioda-engines CMake configuration has set the file target _ioda_python to
Expand Down