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
If I understand it correctly, it is not documented that the input arguments of the user-defined data generator function need to correspond to the input domain parameters described in the Domain object
For instance, replicating the own data generator example will raise
TypeError: cannot unpack non-iterable NoneType object
.The only change is the addition of the variable
z
to the input space.Likewise, modifying the variable name will raise the same error.
If this behavior is intentional, it is not documented. Raising an explicit error might also help.
The text was updated successfully, but these errors were encountered: