-
Notifications
You must be signed in to change notification settings - Fork 12
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
Deprecate petab.sbml.globalize_parameters #381
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #381 +/- ##
===========================================
- Coverage 77.78% 77.74% -0.04%
===========================================
Files 22 22
Lines 2066 2067 +1
Branches 475 475
===========================================
Hits 1607 1607
- Misses 339 340 +1
Partials 120 120
Continue to review full report at Codecov.
|
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.
please add note (e.g. in pr description) why this is deprecated now -- makes it easier to follow later.
"It should have never gotten in here"? :) |
exactly :) now it's documented ;) |
Function has nothing to do with PEtab's objectives, and is not usable at the moment. Better functionality is available through libsbml.SBMLLocalParameterConverter. Therefore, this should be removed.
Release 0.1.5 Library: * New create empty observable function (issue 386) (#387) * Deprecate petab.sbml.globalize_parameters (#381) * Fix computing log10 likelihood (#380) * Documentation update and typehints for visualization (#372) * Ordered result of `petab.get_output_parameters` * Fix missing argument to parameters.create_parameter_df Documentation: * Add overview of supported PEtab feature in toolboxes * Add contribution guide * Fix optional values in documentation (#378)
Function has nothing to do with PEtab's objectives, and is not usable
at the moment. Better functionality is available through
libsbml.SBMLLocalParameterConverter. Therefore, this should be removed.