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
Unit tests sometimes fail in CI checks due to very high simulated values. This can also happen locally when checking package with devtools::check(args = c('--as-cran')). However, testing locally with devtools::test() never fails.
Example output from a failure:
-- 1. Failure: Steady state predictions are correct (@test-calibrate_yasso.R#54) --------------
`simulated_out` not equal to `real_out`.
1/20 mismatches
[20] 6.6e+182 - 532 == 6.6e+182
The text was updated successfully, but these errors were encountered:
Unit tests sometimes fail in CI checks due to very high simulated values. This can also happen locally when checking package with
devtools::check(args = c('--as-cran'))
. However, testing locally withdevtools::test()
never fails.Example output from a failure:
The text was updated successfully, but these errors were encountered: