-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Remove model.check_test_point #4633
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 marked as deprecation just now. Users will not have not seen this deprecation prior to changing to V4. |
Will random variables still accept a I see the value in ensuring a smooth transition, but I think it would be even better to break everything with v4 and then have a stable api (or an as stable as possible api). I think this could have two positive outcomes: 1) it could decrease the opposition to pinning pymc3 versions and have people working on the latest release regularly and 2) accelerate pymc3 4.x adoption (given that pinning to 3.x and not updating anything is always an option, I'm not sure if users will prefer to do "significant" updates to their code once or minor nearly insignificant changes that can drag along for a while). |
Yes, but we should call it something else, like "initial value". See #4567. |
Closed via #6237 |
Description of your problem
model.check_test_point
is marked for deprecation. V4 seems like a good time to remove it. Opening a discussion to get a second opinion. If we agree it is a good time to remove it we can turn this into an "actionable" issuehttps://github.com/pymc-devs/pymc3/blob/v4/pymc3/model.py#L1357
@ricardoV94 seems like you've got some related thoughts given the discussion in this issue ticket
#4205
The text was updated successfully, but these errors were encountered: