Skip to content

Commit

Permalink
fixed #741
Browse files Browse the repository at this point in the history
  • Loading branch information
janekg89 committed Dec 7, 2022
1 parent 171294f commit 44ece6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/pkdb_app/info_nodes/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ 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 absolute",
"EHR change",
]
ADDITIVE = [] # todo remove
Expand Down

0 comments on commit 44ece6e

Please sign in to comment.