From 3a516bd80078044bf5863e766c03cce92031d2b0 Mon Sep 17 00:00:00 2001 From: "Felipe S. S. Schneider" Date: Fri, 3 Dec 2021 15:41:23 -0300 Subject: [PATCH] Adjust equilibria to 5x the speed of the fastest reaction --- overreact/simulate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overreact/simulate.py b/overreact/simulate.py index 9754d61..6a93892 100644 --- a/overreact/simulate.py +++ b/overreact/simulate.py @@ -22,7 +22,7 @@ from overreact import _constants as constants from overreact._misc import _found_jax -EF = 1e4 +EF = 5 logger = logging.getLogger(__name__)