File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ API and Tutorial development
150
150
The ability to interpret the neural origin of macroscale MEG/EEG signals in a
151
151
complex high-dimensional non-linear computational neural model is challenging.
152
152
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.
154
154
Following the process for creating new featuers in HNN, the process for documenting
155
155
new features will be to first develop them with API and examples of use in HNN-core, followed
156
156
by integration into the HNN-GUI, with corresponding GUI-based tutorials on the HNN-website.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def pytest_runtest_makereport(item, call):
28
28
# are skipped because mpi4py is not installed, still continue with
29
29
# all other tests that do not require mpi4py
30
30
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
32
32
33
33
# retrieve the class name of the test
34
34
cls_name = str (item .cls )
Original file line number Diff line number Diff line change @@ -810,7 +810,7 @@ def test_network_connectivity():
810
810
pick_connection (** kwargs )
811
811
812
812
# 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
814
814
net .clear_connectivity ()
815
815
assert len (net .connectivity ) == 4 # 2 drives x 2 target cell types
816
816
net .clear_drives ()
You can’t perform that action at this time.
0 commit comments