Skip to content

Commit 1216038

Browse files
yarikopticrythorpe
authored andcommitted
[DATALAD RUNCMD] Do interactive fixing of some ambigous typos
=== Do not change lines below === { "chain": [], "cmd": "codespell -w -i 3 -C 2", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent 7faa753 commit 1216038

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/roadmap.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ API and Tutorial development
150150
The ability to interpret the neural origin of macroscale MEG/EEG signals in a
151151
complex high-dimensional non-linear computational neural model is challenging.
152152
A primary goal of HNN is to facilitate this interpretation with a clear API and examples
153-
of use in HNN-core, and interative GUI-based tutorals for all HNN-GUI functionality on our HNN website.
153+
of use in HNN-core, and interactive GUI-based tutorals for all HNN-GUI functionality on our HNN website.
154154
Following the process for creating new featuers in HNN, the process for documenting
155155
new features will be to first develop them with API and examples of use in HNN-core, followed
156156
by integration into the HNN-GUI, with corresponding GUI-based tutorials on the HNN-website.

hnn_core/tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def pytest_runtest_makereport(item, call):
2828
# are skipped because mpi4py is not installed, still continue with
2929
# all other tests that do not require mpi4py
3030
if call.excinfo is not None and not call.excinfo.typename == "Skipped":
31-
# the test has failed, but was not skiped
31+
# the test has failed, but was not skipped
3232

3333
# retrieve the class name of the test
3434
cls_name = str(item.cls)

hnn_core/tests/test_network.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ def test_network_connectivity():
810810
pick_connection(**kwargs)
811811

812812
# Test removing connections from net.connectivity
813-
# Needs to be updated if number of drives change in preceeding tests
813+
# Needs to be updated if number of drives change in preceding tests
814814
net.clear_connectivity()
815815
assert len(net.connectivity) == 4 # 2 drives x 2 target cell types
816816
net.clear_drives()

0 commit comments

Comments
 (0)