funkelab / gunpowder

A library to facilitate machine learning on multi-dimensional images.
https://funkelab.github.io/gunpowder/
MIT License
79 stars 56 forks source link

AddAffinities prepare bug #174

Closed pattonw closed 2 years ago

pattonw commented 2 years ago

prepare method asserts expected labels key to be in request despite not providing or updating labels. This does not align with the gunpowder dependency flow where each node should simply request exactly what it needs to provide or update the arrays that are requested of it.

Pre-Merge Checklist: