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?
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?