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

#1496 replace np.product by np.prod everywhere #1497

Merged
merged 2 commits into from
Oct 9, 2023

Conversation

DavAug
Copy link
Member

@DavAug DavAug commented Oct 9, 2023

Closes #1496

@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (d8cec9b) 100.00% compared to head (1ba17cb) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1497   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           97        97           
  Lines         9546      9546           
=========================================
  Hits          9546      9546           
Files Coverage Δ
pints/_error_measures.py 100.00% <100.00%> (ø)
pints/_log_likelihoods.py 100.00% <100.00%> (ø)
pints/_log_priors.py 100.00% <100.00%> (ø)
pints/_mcmc/__init__.py 100.00% <100.00%> (ø)
pints/_optimisers/__init__.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DavAug DavAug requested a review from MichaelClerx October 9, 2023 15:52
Copy link
Member

@MichaelClerx MichaelClerx left a comment

Choose a reason for hiding this comment

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

👍🏻

@DavAug DavAug merged commit b07f75e into main Oct 9, 2023
@DavAug DavAug deleted the issue-1496-deprecation-warning-uniform-prior branch October 9, 2023 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecation warning: pints.UniformLogPrior
2 participants