Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
aamster committed Dec 15, 2021
1 parent d54e176 commit 4d1b72c
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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[
Expand Down

0 comments on commit 4d1b72c

Please sign in to comment.