-
Notifications
You must be signed in to change notification settings - Fork 48
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
Error in profile(m)
mutates m
and fails to clean up
#794
Comments
I don't know why "threshold=3" gives the error, but "threshold=4" appears to work. |
There are two issues here:
The first is easier to fix and I'll something addressing it in the next few days. |
I think this is an artifact of execution order. If you go to |
Okay, very weird, I get the error on |
I've found that sometimes
profile(m)
throwsERROR: AssertionError: i ∈ iallowed || iszero(A[i, j])
, which mutates the modelm
.MWE with a semi-synthesized portion of the data from my usecase:
Setup
Surprising behavior
Full stacktrace
The text was updated successfully, but these errors were encountered: