-
-
Notifications
You must be signed in to change notification settings - Fork 546
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
Issue 600 interpolate #661
Issue 600 interpolate #661
Conversation
Codecov Report
@@ Coverage Diff @@
## issue-563-parameters-by-material #661 +/- ##
====================================================================
+ Coverage 98.52% 98.53% +<.01%
====================================================================
Files 168 169 +1
Lines 8226 8255 +29
====================================================================
+ Hits 8105 8134 +29
Misses 121 121
Continue to review full report at Codecov.
|
@@ -0,0 +1,50 @@ | |||
0.000000000000000000e+00 4.714135898019971016e+00 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should agree on a format for the data (like headers, where the data comes from...).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks @tinosulzer!
Description
Add
Interpolant
class to interpolate experimental data (e.g. OCP curves).Fixes #600
Type of change
Please delete options that are not relevant.
Key checklist:
$ flake8
$ python run-tests.py --unit
$ cd docs
and then$ make clean; make html
You can run all three at once, using
$ python run-tests.py --quick
.Further checks: