Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/matthiaskoenig/pkdb into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
janekg89 committed Jun 20, 2022
2 parents b9c0d25 + 7b100cc commit 8e8d85f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/pkdb_app/info_nodes/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ class MeasurementType(AbstractInfoNode):
]
CAN_NEGATIVE = [
"tmax", # tmax can be negative due to time offsets, i.e. pre-simulation with subsequent fall after intervention
"concentration change", # this often happens in placebo simulations
"concentration change", # this often happens in placebo simulations
"EHR change",
]
ADDITIVE = [] # todo remove

Expand Down
1 change: 1 addition & 0 deletions release-notes/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
- updated backend dependencies
- better encoding of multiple dosing (#685)
- updated acknowledgements (#714)
- Fix #734, support negative EHR values


0 comments on commit 8e8d85f

Please sign in to comment.