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
Hello,
I have a simple test case where my input vector is 1d (1024 elements) and my response matrix is a 1024x1024 2d numpy array. I am receiving the following error when I apply fbu.run() after setting fbu.data and fbu.response**: AssertionError: Input Validation Error: inconstistent size of input**
However, the input size is not inconsistent with the response matrix. Do you know how to fix this?
The text was updated successfully, but these errors were encountered:
Hello,
I have a simple test case where my input vector is 1d (1024 elements) and my response matrix is a 1024x1024 2d numpy array. I am receiving the following error when I apply fbu.run() after setting fbu.data and fbu.response**: AssertionError: Input Validation Error: inconstistent size of input**
However, the input size is not inconsistent with the response matrix. Do you know how to fix this?
The text was updated successfully, but these errors were encountered: