Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianqi Cheng authored and ntolley committed Oct 11, 2023
1 parent 87bcc12 commit 42f7902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnn_core/drives.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def _get_target_properties(weights_ampa, weights_nmda, synaptic_delays,
if location == 'distal' and 'L5_basket' in target_populations:
raise ValueError('When adding a distal drive, synaptic weight cannot '
'be defined for the L5_basket cell type as this '
'connection does not exist. Please remove the L5_basket part from the code.')
'connection does not exist. Please delete the L5_basket part from the code.')

if isinstance(synaptic_delays, float):
delays_by_type = {cell_type: synaptic_delays for cell_type in
Expand Down

0 comments on commit 42f7902

Please sign in to comment.