ibell / pdsim

Steady-State simulation code for positive displacement machines
MIT License
38 stars 23 forks source link

Pdsim failed to output results to Excel #73

Closed Wang-Zongwei closed 1 year ago

Wang-Zongwei commented 2 years ago

Very gratefule for PDSim which benefits me a lot. I would like to kindly share an error.

When try to output results (.h5 file loaded) to Excel in Pdsim GUI (2.14 version, conda env), below error found:

Traceback (most recent call last): File "C:\pdsim\GUI\panels\pdsim_panels.py", line 768, in OnSaveXLSX ws.write(row_idx - 3, my_col_idx - 1, 'Run index #'+str(run_index)+': '+description) TypeError: can only concatenate str (not "bytes") to str

Please help check if this issue could be fixed? Thanks very much. QQ截图20220825095734

Wang-Zongwei commented 1 year ago

I found the lastest version has already solved this issue. Thanks a lot.