-
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
Feature defaultvalues #288
Conversation
yannikschaelte
commented
Feb 11, 2020
- add normalize function for parameter dfs. in particular fills in priors and prior parameters.
Codecov Report
@@ Coverage Diff @@
## develop #288 +/- ##
==========================================
Coverage ? 77.18%
==========================================
Files ? 22
Lines ? 1823
Branches ? 398
==========================================
Hits ? 1407
Misses ? 320
Partials ? 96
Continue to review full report at Codecov.
|
petab/parameters.py
Outdated
df = parameter_df.copy(deep=True) | ||
|
||
if PARAMETER_NAME not in df: | ||
df[PARAMETER_NAME] = None |
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 more helpful to set to parameter_ids then?