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

I612 toy inputs issue #1505

Merged
merged 10 commits into from
Nov 7, 2023
Merged

I612 toy inputs issue #1505

merged 10 commits into from
Nov 7, 2023

Conversation

chonlei
Copy link
Member

@chonlei chonlei commented Nov 7, 2023

Closes #612

Copy link

codecov bot commented Nov 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ea408ed) 100.00% compared to head (bf12ae1) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1505   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           97        97           
  Lines         9571      9577    +6     
=========================================
+ Hits          9571      9577    +6     
Files Coverage Δ
pints/toy/_gaussian.py 100.00% <100.00%> (ø)
pints/toy/_high_dimensional_gaussian.py 100.00% <100.00%> (ø)
pints/toy/_multimodal_gaussian.py 100.00% <100.00%> (ø)
pints/toy/_parabola.py 100.00% <100.00%> (ø)
pints/toy/_twisted_gaussian_banana.py 100.00% <100.00%> (ø)

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

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.

Looks good @chonlei . Have added suggestions but you are free to ignore!

pints/tests/test_toy_gaussian_logpdf.py Show resolved Hide resolved
pints/toy/_twisted_gaussian_banana.py Outdated Show resolved Hide resolved
@MichaelClerx
Copy link
Member

Don't forget the CHANGELOG!

@chonlei chonlei merged commit 107af2f into main Nov 7, 2023
13 checks passed
@chonlei chonlei deleted the i612-toy-inputs branch November 7, 2023 15:36
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.

Toy models __call__() accept more than one input vector
2 participants