Skip to content

Commit

Permalink
[DATALAD RUNCMD] Do interactive fixing of some ambigous typos
Browse files Browse the repository at this point in the history
=== 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 ^^^
  • Loading branch information
yarikoptic authored and rythorpe committed Nov 24, 2023
1 parent 7faa753 commit 1216038
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/roadmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ API and Tutorial development
The ability to interpret the neural origin of macroscale MEG/EEG signals in a
complex high-dimensional non-linear computational neural model is challenging.
A primary goal of HNN is to facilitate this interpretation with a clear API and examples
of use in HNN-core, and interative GUI-based tutorals for all HNN-GUI functionality on our HNN website.
of use in HNN-core, and interactive GUI-based tutorals for all HNN-GUI functionality on our HNN website.
Following the process for creating new featuers in HNN, the process for documenting
new features will be to first develop them with API and examples of use in HNN-core, followed
by integration into the HNN-GUI, with corresponding GUI-based tutorials on the HNN-website.
Expand Down
2 changes: 1 addition & 1 deletion hnn_core/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def pytest_runtest_makereport(item, call):
# are skipped because mpi4py is not installed, still continue with
# all other tests that do not require mpi4py
if call.excinfo is not None and not call.excinfo.typename == "Skipped":
# the test has failed, but was not skiped
# the test has failed, but was not skipped

# retrieve the class name of the test
cls_name = str(item.cls)
Expand Down
2 changes: 1 addition & 1 deletion hnn_core/tests/test_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ def test_network_connectivity():
pick_connection(**kwargs)

# Test removing connections from net.connectivity
# Needs to be updated if number of drives change in preceeding tests
# Needs to be updated if number of drives change in preceding tests
net.clear_connectivity()
assert len(net.connectivity) == 4 # 2 drives x 2 target cell types
net.clear_drives()
Expand Down

0 comments on commit 1216038

Please sign in to comment.