ilastik / lazyflow

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

Simplify vigra ops #270

Closed FynnBe closed 6 years ago

FynnBe commented 6 years ago

will break ilastik tests https://github.com/ilastik/ilastik/pull/1763

FynnBe commented 6 years ago

RuntimeError: VigraArray.withAxes(): array must not contain axes of unknown type (key '?'). is due to a bug in fastfilters, which is fixed in this PR: https://github.com/ilastik/fastfilters/pull/3 (just needs merging)

FynnBe commented 6 years ago

merged with merge commit (not rebase & merge) in https://github.com/ilastik/lazyflow/pull/273