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

New test needed: imread given multiple filenames #228

Open
GenevieveBuckley opened this issue May 17, 2021 · 1 comment
Open

New test needed: imread given multiple filenames #228

GenevieveBuckley opened this issue May 17, 2021 · 1 comment

Comments

@GenevieveBuckley
Copy link
Collaborator

We need a test for imread when given multiple input image filenames.

The test coverage results show that these lines are uncovered:

ar = dask.array.from_array(filenames, chunks=(nframes,))
multiple_files = True

@GenevieveBuckley
Copy link
Collaborator Author

GenevieveBuckley commented May 17, 2021

Ideally, those filenames should be multi-dimensional data (not just 2D images). We specifically want to prevent regressions like these again: #220

In a pinch, we could construct dummy test files to read in - the pytest tmpdir fixture should handle cleanup for us if we do that.

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