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

Reading from a non existing cell does not work #28

Closed
cpaulik opened this issue Feb 26, 2016 · 0 comments · Fixed by #29
Closed

Reading from a non existing cell does not work #28

cpaulik opened this issue Feb 26, 2016 · 0 comments · Fixed by #29

Comments

@cpaulik
Copy link
Collaborator

cpaulik commented Feb 26, 2016

Reading from a non existing cell works only for the first gpi of the cell.
For the second gpi in a cell if self.previous_cell != cell: is False which means that success is True even when the file does not exist.

The relevant code is here.

We really have to fix #20 to avoid stuff like that.

sebhahn added a commit that referenced this issue Feb 26, 2016
Fix #28 by resetting cell number only when the file exists.
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

Successfully merging a pull request may close this issue.

1 participant