Skip to content

Commit

Permalink
cleanup from testing assert
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Oct 24, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent d8789ca commit dd922d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dclab/rtdc_dataset/fmt_dcor/events.py
Original file line number Diff line number Diff line change
@@ -38,7 +38,6 @@ def __getitem__(self, event):
def __len__(self):
return self._size

@lru_cache(maxsize=100)
def _get_item(self, event):
data = self.api.get(query="feature", feat=self.feat, event=event)
return np.asarray(data)

0 comments on commit dd922d9

Please sign in to comment.