-
-
Notifications
You must be signed in to change notification settings - Fork 42
No error for NaN value in timout() function #97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This was solved in #96. ;-) Sorry for the lost time, and thanks for the report. |
Wow. You're one step ahead of me. Haha. So I reinstalled the master from GitHub, and I'm getting the same issue. Confirm I have the latest install
re-run code
|
You are right: it is detecting NAs but not NaNs. Thanks for checking! |
I thought that would be the case, but I'm getting the same thing for NAs as well.
|
Apparently, the R/C API for checking NAs and NaNs has some peculiarities... It should be solved now. |
Hmm. I reinstalled from github and am getting the same issues.
for NaNs
and NAs
|
Force the reinstallation and try again, please. |
|
Check this, in your log:
It is not being properly installed. I would say that you are still running an old version of simmer. |
I would say that you were correct! Fixed that issue and we are good to go. Thanks for the help. |
I ran into an issue with some code similar to below. The underlying issue was that one of my timeout functions was returning a NaN value. Unfortunately, no error was thrown and it took me about 3 hours to track down the root cause. Not sure if this is something you're interested in doing in the future, but I figured I'd log it.
The text was updated successfully, but these errors were encountered: