Skip to content

Commit

Permalink
fix(neuroml): correct variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Sep 12, 2024
1 parent 17b3bf0 commit 413cbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netpyne/conversion/neuromlFormat.py
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,7 @@ def handle_population(
set_erev = True
elif (
cm
in cell.biophysical_properties.membrane_properties.channel_density_non_uniforms_nernsts
in cell.biophysical_properties.membrane_properties.channel_density_non_uniform_nernsts
):
logger.debug(
"Processing channel density non uniform nernsts %s", cm.id
Expand Down

0 comments on commit 413cbd4

Please sign in to comment.