-
Notifications
You must be signed in to change notification settings - Fork 14
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
Crash with rxSolve() attempt of simulation #449
Comments
I will look into this. I will likely transfer this to |
C based back-trace:
|
An even smaller reprex is: rxSolve(list(a=3), events=et(0)) |
That is a lot smaller... (Thanks for looking into this one.) |
This no longer crashes R, but says the model is unsupported (at least for now) |
An "Unsupported" error makes sense to me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to #442 (in that I'm still trying to make that simulation), the below code crashes R at the
rxSolve()
call:My sessionInfo is:
The text was updated successfully, but these errors were encountered: