Skip to content

Commit

Permalink
add global parameters
Browse files Browse the repository at this point in the history
Change-Id: I03867e69b2d6ee3bff527ee43106dad0038fb41c
  • Loading branch information
Jaquier Aurélien Tristan committed Sep 18, 2024
1 parent 60aee34 commit d760b24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bluepyemodel/emodel_pipeline/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def thumbnail(
voltage = responses[trace_name]["voltage"]
except KeyError:
logger.warning(
"Could not find protocol %s in respsonses. Skipping thumbnail plotting.",
"Could not find protocol %s in responses. Skipping thumbnail plotting.",
trace_name,
)
return None, None
Expand Down
2 changes: 1 addition & 1 deletion bluepyemodel/model/neuron_model_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"allact": ["apical", "basal", "somatic", "axonal"],
}

global_parameters = ["v_init", "celsius", "cm", "Ra", "ena", "ek"]
global_parameters = ["v_init", "celsius", "cm", "Ra", "ena", "ek", "eca", "eh"]


class NeuronModelConfiguration:
Expand Down

0 comments on commit d760b24

Please sign in to comment.