Skip to content

Get rid of FutureWarnings related to Model.initial_point #5273

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

Merged
merged 2 commits into from
Dec 20, 2021

Conversation

ricardoV94
Copy link
Member

Also closes #5247

@codecov
Copy link

codecov bot commented Dec 20, 2021

Codecov Report

Merging #5273 (c1bc2bd) into main (cf95a78) will decrease coverage by 0.01%.
The diff coverage is 80.64%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5273      +/-   ##
==========================================
- Coverage   78.99%   78.97%   -0.02%     
==========================================
  Files          87       87              
  Lines       14350    14351       +1     
==========================================
- Hits        11336    11334       -2     
- Misses       3014     3017       +3     
Impacted Files Coverage Δ
pymc/sampling_jax.py 0.00% <0.00%> (ø)
pymc/backends/base.py 86.25% <50.00%> (ø)
pymc/tests/models.py 87.76% <80.00%> (ø)
pymc/model.py 82.99% <100.00%> (-0.28%) ⬇️
pymc/step_methods/hmc/base_hmc.py 91.12% <100.00%> (ø)
pymc/step_methods/metropolis.py 82.83% <100.00%> (ø)
pymc/step_methods/mlda.py 96.38% <100.00%> (ø)

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.

Thanks!

@michaelosthege michaelosthege added this to the v4.0.0b2 milestone Dec 20, 2021
@ricardoV94 ricardoV94 merged commit aaea02a into pymc-devs:main Dec 20, 2021
@ricardoV94 ricardoV94 deleted the future_warning branch January 3, 2022 13:29
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.

Compile single function in model.point_logps
2 participants