From f91fe9a16866b26f96ae2bce79bd32250b5d4b89 Mon Sep 17 00:00:00 2001 From: Jan Vesely Date: Sat, 27 Apr 2024 01:57:52 -0400 Subject: [PATCH] docs: Fix table vs. substitution conflict Fixes one instance of: WARNING: Inline substitution_reference start-string without end-string. Signed-off-by: Jan Vesely --- .../core/components/functions/stateful/integratorfunctions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psyneulink/core/components/functions/stateful/integratorfunctions.py b/psyneulink/core/components/functions/stateful/integratorfunctions.py index a87d14084d0..a7dc2e4592f 100644 --- a/psyneulink/core/components/functions/stateful/integratorfunctions.py +++ b/psyneulink/core/components/functions/stateful/integratorfunctions.py @@ -4059,7 +4059,7 @@ class FitzHughNagumoIntegrator(IntegratorFunction): # ------------------------- +---------------------------------------+------------------------------------------------+----------------------------------------------+------------------------------------+---------------------------------------------------------------+ |**FitzHughNagumoIntegrator Parameter** |`threshold `|`variable `|`f_v `|`time_constant_v ` | +---------------------------------------+------------------------------------------------+----------------------------------------------+-------------------------+--------------------------------------------------------------------------+ - |**Gilzenrat Parameter** |a |:math:`f(X_1)` |:math:`w_{vX_1}` |:math:`T_{v}` | + |**Gilzenrat Parameter** |a | :math:`f(X_1)` | :math:`w_{vX_1}` | :math:`T_{v}` | +---------------------------------------+------------------------------------------------+----------------------------------------------+------------------------------------+---------------------------------------------------------------+ The following FitzHughNagumoIntegrator parameter values must be set in the equation for :math:`\\frac{dw}{dt}`: