Skip to content

Commit

Permalink
add precision usage for files
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzpw committed Sep 22, 2024
1 parent 13cb1a1 commit 33abded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fileReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def validateFileArgs(location: str, usrArgs: dict) -> dict:
fileValueNames = [
"dose", "t12", "t12a", "t12abs", "lagtime", "msg",
"bioavailability", "dr", "irfrac", "minimum", "dr_max", "roa",
"prodrug", "activeT12",
"prodrug", "activeT12", "precision",
]

for name in fileValueNames:
Expand Down

0 comments on commit 33abded

Please sign in to comment.