Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkilic committed Nov 1, 2024
1 parent 077e3fd commit dc8e3c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bluepyemodel/emodel_pipeline/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -1978,8 +1978,8 @@ def plot_models(

if plot_currentscape:
logger.warning(
"If a .mod file lacks RANGE current variable, "
"no associated current will be plotted in Currentscape."
"If an ion channel mod file lacks RANGE current variable (e.g. RANGE ik, ina), "
"no associated current will be plotted for that SUFFIX in Currentscape."
)
config = access_point.pipeline_settings.currentscape_config
figures_dir_currentscape = figures_dir / "currentscape" / dest_leaf
Expand Down

0 comments on commit dc8e3c8

Please sign in to comment.