Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Nov 10, 2023
1 parent 3772dc0 commit 7d6da16
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bluecellulab/cell/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ def get_cell(
morph_fname,
*[emodel_properties.__getattribute__(name) for name in attr_names.split(";")]
)
cell = getattr(neuron.h, self.template_name)(
gid, morph_dir, morph_fname
)
elif template_format == "bluepyopt":
cell = getattr(neuron.h, self.template_name)(morph_dir, morph_fname)
else:
Expand Down

0 comments on commit 7d6da16

Please sign in to comment.