We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620fb4a commit e9e314dCopy full SHA for e9e314d
docs/tutorials/neurocog/adex_cell.md
@@ -189,7 +189,7 @@ disk, like the ones below:
189
+------------------------------------------------------------+------------------------------------------------------------+
190
```
191
192
-A useful note is that the `F-N` above used Euler integration to step through its
+A useful note is that the AdEx cell above used Euler integration to step through its
193
dynamics (this is the default/base routine for all cell components in ngc-learn);
194
however, one could configure it to use the midpoint method for integration
195
by setting its argument `integration_type = rk2` in cases where more
0 commit comments