From 4d1b72cd836f0b049de4e07c6cc1e1fc7394276e Mon Sep 17 00:00:00 2001 From: Adam Amster Date: Wed, 15 Dec 2021 09:48:18 -0500 Subject: [PATCH] remove unused method --- .../ecephys/stimulus_analysis/stimulus_analysis.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/allensdk/brain_observatory/ecephys/stimulus_analysis/stimulus_analysis.py b/allensdk/brain_observatory/ecephys/stimulus_analysis/stimulus_analysis.py index bbad7adcb..98aca10da 100644 --- a/allensdk/brain_observatory/ecephys/stimulus_analysis/stimulus_analysis.py +++ b/allensdk/brain_observatory/ecephys/stimulus_analysis/stimulus_analysis.py @@ -514,14 +514,6 @@ def _get_lifetime_sparseness(self, unit_id): return lifetime_sparseness(responses) - def _get_reliability(self, unit_id, preferred_condition): - # Reliability calculation goes here: - # Depends on the trial-to-trial correlation of the smoothed response - # What smoothing window is appropriate for ephys? We need to test - # this more - # TODO: If not implemented soon should be removed - return np.nan - def _get_fano_factor(self, unit_id, preferred_condition): # See: https://en.wikipedia.org/wiki/Fano_factor subset = self.presentationwise_statistics[