Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-tharayil committed Apr 15, 2024
1 parent ea19b3a commit 83c7c61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/scientific/test_stimulus_injection.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def test_current_injection_coreneuron():
soma_report_path = os.path.join(nd._run_conf["OutputRoot"], "voltage.h5")
voltage_vec_membranecurrentsource = _read_sonata_soma_report(soma_report_path)

numpy.testing.assert_equal(voltage_vec_iclamp,voltage_vec_membranecurrentsource)

def test_conductance_injection_coreneuron():

from neurodamus import Neurodamus
Expand All @@ -61,4 +63,4 @@ def test_conductance_injection_coreneuron():
soma_report_path = os.path.join(nd._run_conf["OutputRoot"], "voltage.h5")
voltage_vec_conductancesource = _read_sonata_soma_report(soma_report_path)


numpy.testing.assert_equal(voltage_vec_seclamp,voltage_vec_conductancesource)

0 comments on commit 83c7c61

Please sign in to comment.