Skip to content

Commit

Permalink
pass 'default_std_value' as parameter to all EFeatureConfiguration ob…
Browse files Browse the repository at this point in the history
…ject
  • Loading branch information
ilkilic committed Nov 27, 2023
1 parent f27ca2e commit 4d22992
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bluepyemodel/evaluation/fitness_calculator_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ def _add_bluepyefe_efeature(self, feature, protocol_name, recording, threshold_e
efel_settings=feature.get("efel_settings", {}),
threshold_efeature_std=threshold_efeature_std,
sample_size=feature.get("n", None),
default_std_value=self.default_std_value,
)

if (
Expand Down Expand Up @@ -428,6 +429,7 @@ def _add_legacy_efeature(self, feature, protocol_name, recording, threshold_efea
efeature_name=feature.get("efeature_name", None),
efel_settings=feature.get("efel_settings", {}),
threshold_efeature_std=threshold_efeature_std,
default_std_value=self.default_std_value,
)

if protocol_name == "Rin":
Expand Down

0 comments on commit 4d22992

Please sign in to comment.