Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
freiburgermsu committed Jun 30, 2023
2 parents 8785626 + 6639316 commit 4a387f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -172,7 +172,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.9.6"
}
},
"nbformat": 4,
Expand Down
1 change: 0 additions & 1 deletion modelseedpy/community/mscommphitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def parse_primals(primal_values, entity_labels=None, coefs=None, kcat_vals=None)
if time_value == 0 and kcat_primal[species][pheno] < 10:
kcat_primal[species][pheno] += coefs[int(number)-1]*kcat_vals[species][pheno]
kcat_primal[species][pheno] = clamp(kcat_primal[species][pheno], 1e-4, 10)

return kcat_primal
select_primals = {}
for trial, entities in primal_values.items():
Expand Down

0 comments on commit 4a387f0

Please sign in to comment.