Skip to content

Commit

Permalink
Adjust equilibria to 5x the speed of the fastest reaction
Browse files Browse the repository at this point in the history
  • Loading branch information
schneiderfelipe committed Dec 3, 2021
1 parent 3c842a7 commit 3a516bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overreact/simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from overreact import _constants as constants
from overreact._misc import _found_jax

EF = 1e4
EF = 5


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 3a516bd

Please sign in to comment.