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
Obviously the user is doing something wrong here, but I think that a better approach would be to raise an ValueError (or a custom InvalidPriorError) with a corresponding message? If so I'm of course happy to open an MR.
The text was updated successfully, but these errors were encountered:
In GitLab by @git.ligo:alexandresebastien.goettel on Sep 5, 2024, 16:44
Small thing but I noticed that the code will completely freeze when trying to sample from a prior with invalid constraints.
The following code can be used to reproduce the issue:
With an example of an "invalid prior":
Obviously the user is doing something wrong here, but I think that a better approach would be to raise an ValueError (or a custom InvalidPriorError) with a corresponding message? If so I'm of course happy to open an MR.
The text was updated successfully, but these errors were encountered: