-
-
Notifications
You must be signed in to change notification settings - Fork 65
Port Prior class from PyMC-Marketing #470
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
Conversation
test_prior file isn't being run? At least what the action logs are showing |
First time playing around with pymc-extras. I did: conda env create -f conda-envs/environment-test.yml
conda activate pymc-extras-test
pytest tests/test_prior.py and I got
I'm probably doing something wrong with the environment setup? |
That seems to be with the preliz pymc-extras/tests/test_prior.py Lines 33 to 34 in 6d6ff78
|
Need to
|
tests passing, yay! |
Here are the areas in the docs: |
The init is showing up in the docs as well in a weird way Might be something to do with the But also noticed some of the existing ones experience this already |
@williambdean would it be possible to split out the deserialize module into its own PR for review that links to this one? |
Can be done |
@zaxtax, what aspects of it are you interested in pulling apart?
|
Yep, there are also just a lot of updates to CI files and updating dependencies versions that seems not related |
Done with b9868bb |
Looks good. I think we still want that functionality, so feel free to put
it in another PR and I'll review it too!
…On Tue, 27 May 2025, 18:06 Will Dean, ***@***.***> wrote:
*williambdean* left a comment (pymc-devs/pymc-extras#470)
<#470 (comment)>
Done with b9868bb
<b9868bb>
—
Reply to this email directly, view it on GitHub
<#470 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAACCUKT4VLC3RFSHECQ3PL3ASEOZAVCNFSM6AAAAAB4M5OY7KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDSMJTGE2DQNBUGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sounds good. I will add in another PR shortly |
Think there is something is wrong on readthedocs end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As this is a port from pymc-marketing this approval means I agree with the inclusion of this to pymc-extras and the code works as expected :)
Thanks for the reviews! I don't have merge access |
Can you move the deserialize docs to that upcoming PR and I think we will
be good to merge?
…On Thu, 29 May 2025, 13:51 Will Dean, ***@***.***> wrote:
*williambdean* left a comment (pymc-devs/pymc-extras#470)
<#470 (comment)>
Thanks for the reviews! I don't have merge access
—
Reply to this email directly, view it on GitHub
<#470 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAACCUKU6KXMORBHJPBDDDT3A3YE7AVCNFSM6AAAAAB4M5OY7KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDSMJZGE3DQOBUGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Good catch. Removed |
LGTM! Will merge tonite if no one gets to it in the next few hours
…On Thu, 29 May 2025, 15:33 Will Dean, ***@***.***> wrote:
*williambdean* left a comment (pymc-devs/pymc-extras#470)
<#470 (comment)>
Good catch. Removed
—
Reply to this email directly, view it on GitHub
<#470 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAACCUJZO2LPOBIKGDU2WH33A4ED3AVCNFSM6AAAAAB4M5OY7KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDSMJZGQYTIMRQGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This ports the
Prior
class from PyMC-Marketing topymc_extras
.The
deserialize
module is coming along for the ride as well.Closes #448
CC: @drbenvincent
TODO: