You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently providing an empty input list (or an empty output list for that matter) does create a "valid" ANN but breaks some assumptions down the line (such as plotly's 3D rendering).
As an empty ANN makes no sense, what should be done:
Raise an error when creating the ANN (requiring handling code on the client side)
Gracefully accept it and handle the special cases
The text was updated successfully, but these errors were encountered:
Currently providing an empty input list (or an empty output list for that matter) does create a "valid" ANN but breaks some assumptions down the line (such as plotly's 3D rendering).
As an empty ANN makes no sense, what should be done:
The text was updated successfully, but these errors were encountered: