Export button not working
rbrenesh opened this issue · comments
Roberto Brenes commented
Pressing on the export button returns the error:
Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages/batch_iv_analysis/gui.py", line 620, in handleButton
self.exportInterp(row)
File "/usr/lib/python3.7/site-packages/batch_iv_analysis/gui.py", line 533, in exportInterp
a = np.transpose(a).astype(float)
ValueError: setting an array element with a sequence.
M. Greyson Christoforo commented
Yep, I can recreate this here. Thanks!
M. Greyson Christoforo commented
This should be fixed by e9cfeba in v3.0.7 I also added a few more columns for the raw device data in the exported file that weren't there previously.