Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #890 +/- ##
===========================================
+ Coverage 89.41% 92.88% +3.47%
===========================================
Files 63 72 +9
Lines 4857 5681 +824
===========================================
+ Hits 4343 5277 +934
+ Misses 514 404 -110 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
|
SarahRo
left a comment
There was a problem hiding this comment.
The changes look good to me.
One thing I noticed is that the parameter assignment in MetaProblem does not seem to be tested as in there is no test that would fail without this bug-fix.
…eam/PyBOP into fix-parameter-assignment
Description
Fix the assignment of parameters to problems, when the problems within a
MetaProblemdepend on a different set of parameters. Also, allow passing a dictionary of parameter names and values toBaseSimulatorand update the corresponding test.Type of change
Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #).
Important checks:
Please confirm the following before marking the PR as ready for review:
$ pre-commit runor$ nox -s pre-commit(see CONTRIBUTING.md for how to set this up to run automatically when committing locally, in just two lines of code)nox -s testsnox -s doctest