Skip to content

Commit

Permalink
Merge branch 'main' into ref
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey committed Feb 16, 2024
2 parents 46dd448 + 6a798f1 commit 133e0e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def get_emodel_properties(self, cell_id: CellId) -> Optional[EmodelProperties]:
cell_id, properties=["@dynamics:AIS_scaler"])["@dynamics:AIS_scaler"])

if "@dynamics:soma_scaler" in self.available_cell_properties:
emodel_properties.AIS_scaler = float(self.get_cell_properties(
emodel_properties.soma_scaler = float(self.get_cell_properties(
cell_id, properties=["@dynamics:soma_scaler"])["@dynamics:soma_scaler"])

return emodel_properties
Expand Down

0 comments on commit 133e0e9

Please sign in to comment.