Skip to content

Commit

Permalink
Merge pull request #185 from Proteobench/datapoint-add-vals-plotting
Browse files Browse the repository at this point in the history
Add vals datapoint for plotting
  • Loading branch information
RobbinBouwmeester authored Dec 21, 2023
2 parents 2a312e4 + b2b0f35 commit 7fd5e73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proteobench/modules/dda_quant/datapoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ class Datapoint:
is_temporary: bool = True
intermediate_hash: str = ""
results: dict = None
median_abs_epsilon: int = 0
nr_prec: int = 0

# TODO do we want to save these values in the json?
# fixed_mods: [],
# variable_mods: [],
Expand Down

0 comments on commit 7fd5e73

Please sign in to comment.