Skip to content

Commit

Permalink
Update hnn_core/tests/test_dipole.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mainak Jas <jasmainak@users.noreply.github.com>
  • Loading branch information
kenloi and jasmainak committed Jun 27, 2021
1 parent f86f0fd commit abb1dca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hnn_core/tests/test_dipole.py
Expand Up @@ -73,8 +73,6 @@ def test_dipole(tmpdir, run_hnn_core_fixture):
for dpl_key in dpl_avg.data.keys():
assert_allclose(dpl_1[0].data[dpl_key] / 2., dpl_avg.data[dpl_key])

# test postproc

# XXX all below to be deprecated in 0.3
dpls_raw, net = run_hnn_core_fixture(backend='joblib', n_jobs=1,
reduced=True, record_isoma=True,
Expand Down

0 comments on commit abb1dca

Please sign in to comment.