You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's enable NaN checking somewhere in an automatic way if DCMAKE_BUILD_TYPE=Debug. It's well justified as in debug mode all optimizations are anyway disabled and performance doesn't matter.
Let's add option to enable NaN checking also in production code using json input file. Some kind of "enable_nan_check": true.
In documentation, create "debugging" page or section, describing some strategies how to debug a nonworking model. At least describe the use of abortIfNaNs. Mention also that issue Validate json file when loading configuration #31 might be a good source of NaNs if input data is missing.
The text was updated successfully, but these errors were encountered:
DCMAKE_BUILD_TYPE=Debug
. It's well justified as in debug mode all optimizations are anyway disabled and performance doesn't matter."enable_nan_check": true
.abortIfNaNs
. Mention also that issue Validate json file when loading configuration #31 might be a good source of NaNs if input data is missing.The text was updated successfully, but these errors were encountered: