-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I think there's a problem with those lines:
Lines 287 to 292 in e248cea
| if sheet is None: | |
| last = self.time_stamps[-1] | |
| with pd.HDFStore(self.hf5file, "r") as file: | |
| keys = file.keys() | |
| if "\cell" in keys: | |
| sheet = Epithelium |
Looks like the code was not completed
TODO:
- write a test
- finish implementation
Metadata
Metadata
Assignees
Labels
No labels