Skip to content

Commit

Permalink
Merge branch 'new_conductance_source' of github.com:BlueBrain/neuroda…
Browse files Browse the repository at this point in the history
…mus into new_conductance_source
  • Loading branch information
joseph-tharayil committed Apr 15, 2024
2 parents 46682c4 + 1a42a94 commit ea19b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurodamus/stimulus_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class BaseStim:
def __init__(self, _target, stim_info: dict, _cell_manager):
self.duration = float(stim_info["Duration"]) # duration [ms]
self.delay = float(stim_info["Delay"]) # start time [ms]
self.represents_physical_electrode = stim_info.get('represents_physical_electrode', False)
self.represents_physical_electrode = stim_info.get('RepresentsPhysicalElectrode', False)


@StimulusManager.register_type
Expand Down

0 comments on commit ea19b3a

Please sign in to comment.