ilastik / lazyflow

lazy parallel ondemand zero copy numpy array data flows with caching and dirty propagation
Other
77 stars 59 forks source link

Stack headless #260

Closed FynnBe closed 6 years ago

FynnBe commented 6 years ago

complements pull request https://github.com/ilastik/ilastik/pull/1685

FynnBe commented 6 years ago

I removed the PEP8 commit, which only included limiting the line length to 80.

k-dominik commented 6 years ago

Thank you for removing the unnecessary pep8 stuff.

Given your latest additions a test would really help. It would be really good to add something to testOpInputDataReader similar to TestOpInputDataReader.test_h5_stack_single_file for each stacking axis in ztc, for a bunch of 2D .pngs or something else that is opened with OpStackLoader

k-dominik commented 6 years ago

cool!