BlueBrain/BlueCelluLab

bug in the assignment of AIS_scaler/soma_scaler

Closed this issue · 0 comments

Hi @arnaudon this should be the soma_scaler, no?

emodel_properties.AIS_scaler = float(self.get_cell_properties(

Like in the code below:

        if "@dynamics:AIS_scaler" in self.available_cell_properties:
            emodel_properties.AIS_scaler = float(self.get_cell_properties(
                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(
                cell_id, properties=["@dynamics:soma_scaler"])["@dynamics:soma_scaler"])

Is there a simulation (in our gpfs) using blueconfig that we can use?