Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in HistoryHDF5 #249

Open
glyg opened this issue Aug 25, 2021 · 0 comments
Open

Bug in HistoryHDF5 #249

glyg opened this issue Aug 25, 2021 · 0 comments

Comments

@glyg
Copy link
Member

glyg commented Aug 25, 2021

I think there's a problem with those lines:

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant