greyltc / analysis-software

Python QT batch curve fitting GUI tool for solar cell IV data files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export button not working

rbrenesh opened this issue · comments

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.

Yep, I can recreate this here. Thanks!

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.