Skip to content
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

Do not set RNG updates inplace in compile_pymc #5615

Merged
merged 1 commit into from
Mar 18, 2022

Conversation

ricardoV94
Copy link
Member

@ricardoV94 ricardoV94 commented Mar 18, 2022

Just a small maintenance change. No point in doing changes inplace if we don't have to

@codecov
Copy link

codecov bot commented Mar 18, 2022

Codecov Report

Merging #5615 (4f13b2c) into main (144b0ba) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5615      +/-   ##
==========================================
+ Coverage   87.68%   87.69%   +0.01%     
==========================================
  Files          76       76              
  Lines       13702    13717      +15     
==========================================
+ Hits        12014    12029      +15     
  Misses       1688     1688              
Impacted Files Coverage Δ
pymc/aesaraf.py 91.20% <100.00%> (+0.02%) ⬆️
pymc/distributions/logprob.py 96.15% <0.00%> (-0.18%) ⬇️
pymc/__init__.py 100.00% <0.00%> (ø)
pymc/distributions/__init__.py 100.00% <0.00%> (ø)
pymc/distributions/transforms.py 100.00% <0.00%> (ø)
pymc/distributions/continuous.py 98.07% <0.00%> (+<0.01%) ⬆️
pymc/model.py 86.02% <0.00%> (+0.01%) ⬆️

@ricardoV94 ricardoV94 force-pushed the compile_pymc_non_inplace branch from 8ee67a5 to 4f13b2c Compare March 18, 2022 15:41
Copy link
Member

@michaelosthege michaelosthege left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That one failing test looks flaky.

@ricardoV94
Copy link
Member Author

Yeah it's the one in #5575

@ricardoV94 ricardoV94 merged commit 8b063f9 into pymc-devs:main Mar 18, 2022
@ricardoV94 ricardoV94 deleted the compile_pymc_non_inplace branch March 21, 2022 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants