cubert-hyperspectral / cuvis.ai

Apache License 2.0
1 stars 0 forks source link

Graph.forward() throws error if Y and M are not provided #22

Closed muehlbauer-cubert closed 4 months ago

muehlbauer-cubert commented 5 months ago

When calling Graph.forward(X) TypeError: 'NoneType' object is not iterable

problem is in graph.py line 148 "x,y,m in zip(xs, ys, M):" ys and M are None

manke-cubert commented 4 months ago

Fixed in https://github.com/cubert-hyperspectral/cuvis.ai/pull/30