Skip to content

Commit 09be2fe

Browse files
ago109Alexander Ororbiarxng8
authored
Merged back minor doc fix back to main (for syncing purposes) (#119)
* Nudge of release to minor patched version 2.0.3 (#118) * nudge of doc to 2.0.2 (#115) Co-authored-by: Alexander Ororbia <ago@hal3.cs.rit.edu> * minor edit to math in hh-lesson doc * Fix workflow, numpy install, and pytest bug in github action workflows (#117) * Update pyproject.toml * Update python-package-conda.yml * Update python-package-conda.yml * Update python-package-conda.yml * Update python-package-conda.yml * Update python-package-conda.yml * Update python-package-conda.yml * Update python-package-conda.yml * minor nudge/cleanup to minor patched version 2.0.1 * minor nudge/cleanup to minor patched version 2.0.3 --------- Co-authored-by: Alexander Ororbia <ago@hal3.cs.rit.edu> Co-authored-by: Viet Dung Nguyen <60036798+rxng8@users.noreply.github.com> * fixed typo/error in doc evolving_synapses.md --------- Co-authored-by: Alexander Ororbia <ago@hal3.cs.rit.edu> Co-authored-by: Viet Dung Nguyen <60036798+rxng8@users.noreply.github.com>
1 parent 488ec1e commit 09be2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/model_basics/evolving_synapses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ with Context("Circuit") as circuit:
5050

5151
## create and compile core simulation commands
5252
evolve_process = (JaxProcess()
53-
>> a.evolve)
53+
>> Wab.evolve)
5454
circuit.wrap_and_add_command(jit(evolve_process.pure), name="evolve")
5555

5656
advance_process = (JaxProcess()

0 commit comments

Comments
 (0)