Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkilic committed Jun 20, 2024
1 parent bfa79d0 commit 000afe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bluepyemodel/model/model_configurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ def get_gene_based_parameters(self):
ic_map_path = self.access_point.load_ic_map()

selector = icselector.ICSelector(ic_map_path, gene_map_path)
me_type = f"{self.access_point.emodel_metadata.self.access_point.emodel_metadata.mtype}_ \
{self.access_point.emodel_metadata.self.access_point.emodel_metadata.etype}"
me_type = f"{self.access_point.emodel_metadata.mtype}_ \
{self.access_point.emodel_metadata.etype}"
parameters, mechanisms, distributions, nexus_keys = selector.get_cell_config_from_ttype(
[self.access_point.emodel_metadata.ttype, me_type]
)
Expand Down

0 comments on commit 000afe2

Please sign in to comment.