Skip to content

Bug in HistoryHDF5 #249

@glyg

Description

@glyg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions