Closed cfobel closed 7 years ago
As reported on the MicroDrop developer mailing list, dropping N/A values when performing a test sweep of the channels causes the following error:
ValueError('Length of values does not match length of index')
This is because the length of the results dataframe with the N/A rows removed may be less than the length of the array returned from, for example, the FeedbackResults.Z_device() method.
FeedbackResults.Z_device()
As reported on the MicroDrop developer mailing list, dropping N/A values when performing a test sweep of the channels causes the following error:
This is because the length of the results dataframe with the N/A rows removed may be less than the length of the array returned from, for example, the
FeedbackResults.Z_device()
method.