-
Notifications
You must be signed in to change notification settings - Fork 44
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
add the functionality to evaluate the model using boundry values of p… #355
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #355 +/- ##
============================================
+ Coverage 49.65% 83.21% +33.56%
============================================
Files 87 88 +1
Lines 5017 5057 +40
============================================
+ Hits 2491 4208 +1717
+ Misses 2526 849 -1677
Continue to review full report at Codecov.
|
@EmadAlamoudi Should I review this? |
It is done by me. However, I'm not sure how beneficial this to other users, what do you think? |
if it helps, it never hurts to have some utility functions somewhere |
@EmadAlamoudi could you resolve the merge conflicts? gonna have a look then. |
@EmadAlamoudi what is the status here? |
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.
merge-in needed to resolve conflicts
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## develop #355 +/- ##
===========================================
+ Coverage 84.08% 84.34% +0.25%
===========================================
Files 91 141 +50
Lines 5260 8535 +3275
===========================================
+ Hits 4423 7199 +2776
- Misses 837 1336 +499
|
@yannikschaelte what's left here? |
Use correct comparison operator.
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.
LGTM
* Fix assets for pyabc visserver. * Update R. * Fix for logo path in abc-server-dash * Preparing release notes for next patch release. * Updating about.rst. * Updating changelog. * Create plotly versions of selected matplotlib visualizations (#610) * Create ploty versions of selected matplotlib visualizations * update r install instructions * fix pandas float deprecation warnings * fixarray ndim > 0 float extraction deprecationwarning --------- Co-authored-by: Stephan Grein <[email protected]> * add the functionality to evaluate the model using boundry values of p… (#355) * add the functionality to evaluate the model using boundry values of parameter * fix flake8 issues * fix additional flake8 issues * add test case * flake8 fixes * flake8 fixes * flake8 fixes * flake8 fixes * flake8 fixes * black fixes * Update test_external.py Use correct comparison operator. --------- Co-authored-by: Yannik Schälte <[email protected]> Co-authored-by: Stephan Grein <[email protected]> Co-authored-by: Stephan Grein <[email protected]> --------- Co-authored-by: Yannik Schälte <[email protected]> Co-authored-by: Emad Alamoudi <[email protected]>
* Fix assets for pyabc visserver. * Update R. * Fix for logo path in abc-server-dash * Preparing release notes for next patch release. * Updating about.rst. * Updating changelog. * Create plotly versions of selected matplotlib visualizations (#610) * Create ploty versions of selected matplotlib visualizations * update r install instructions * fix pandas float deprecation warnings * fixarray ndim > 0 float extraction deprecationwarning --------- Co-authored-by: Stephan Grein <[email protected]> * add the functionality to evaluate the model using boundry values of p… (#355) * add the functionality to evaluate the model using boundry values of parameter * fix flake8 issues * fix additional flake8 issues * add test case * flake8 fixes * flake8 fixes * flake8 fixes * flake8 fixes * flake8 fixes * black fixes * Update test_external.py Use correct comparison operator. --------- Co-authored-by: Yannik Schälte <[email protected]> Co-authored-by: Stephan Grein <[email protected]> Co-authored-by: Stephan Grein <[email protected]> --------- Co-authored-by: Yannik Schälte <[email protected]> Co-authored-by: Emad Alamoudi <[email protected]>
* Fix assets for pyabc visserver. * Update R. * Fix for logo path in abc-server-dash * Preparing release notes for next patch release. * Updating about.rst. * Updating changelog. * Create plotly versions of selected matplotlib visualizations (#610) * Create ploty versions of selected matplotlib visualizations * update r install instructions * fix pandas float deprecation warnings * fixarray ndim > 0 float extraction deprecationwarning --------- Co-authored-by: Stephan Grein <[email protected]> * add the functionality to evaluate the model using boundry values of p… (#355) * add the functionality to evaluate the model using boundry values of parameter * fix flake8 issues * fix additional flake8 issues * add test case * flake8 fixes * flake8 fixes * flake8 fixes * flake8 fixes * flake8 fixes * black fixes * Update test_external.py Use correct comparison operator. --------- Co-authored-by: Yannik Schälte <[email protected]> Co-authored-by: Stephan Grein <[email protected]> Co-authored-by: Stephan Grein <[email protected]> * Fix extra dependencies. --------- Co-authored-by: Yannik Schälte <[email protected]> Co-authored-by: Emad Alamoudi <[email protected]> Co-authored-by: Jonas Arruda <[email protected]>
closing #353