Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/enh/generate_lfp' into enh/gener…
Browse files Browse the repository at this point in the history
…ate_lfp
  • Loading branch information
Moritz-Alexander-Kern committed Oct 20, 2023
2 parents 546c5c6 + ade17e8 commit d7ba512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elephant/test/test_current_source_density.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,15 +166,15 @@ def test_generate_lfp_one_dimensional_array(self):
Regression test for Issue #546,
see: https://github.com/NeuralEnsemble/elephant/issues/546
"""
# this should raise an error
# this should raise NOT an error
generate_lfp(utils.gauss_1d_dipole, self.one_dimensional)

def test_generate_lfp_two_dimensional_array(self):
"""
Regression test for Issue #546,
see: https://github.com/NeuralEnsemble/elephant/issues/546
"""
# this should raise an error
# this should NOT raise an error
generate_lfp(utils.gauss_1d_dipole, self.two_dimensional)


Expand Down

0 comments on commit d7ba512

Please sign in to comment.