You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to export the results from my LCF today, I run into this error (larix/larch version 0.9.78):
Traceback (most recent call last):
File "C:\Users\desmaum\AppData\Roaming\Python\Python311\site-packages\larch\wxxas\lincombo_panel.py", line 616, in onSaveGroupMultiFits
write_ascii(path, header=header, label=label, _larch=_larch, *out)
TypeError: write_ascii() got an unexpected keyword argument '_larch'
I removed '_larch=_larch' from the code on my computer (local) and it looks like it's working now (creation of .dat file with the LCF data in it, with data coherent with what I saw in Larix).
I don't know if it's a good fix for this error, but it might be worth looking into it.
Best,
Morgane
The text was updated successfully, but these errors were encountered:
Hi,
While trying to export the results from my LCF today, I run into this error (larix/larch version 0.9.78):
Traceback (most recent call last):
File "C:\Users\desmaum\AppData\Roaming\Python\Python311\site-packages\larch\wxxas\lincombo_panel.py", line 616, in onSaveGroupMultiFits
write_ascii(path, header=header, label=label, _larch=_larch, *out)
TypeError: write_ascii() got an unexpected keyword argument '_larch'
I removed '_larch=_larch' from the code on my computer (local) and it looks like it's working now (creation of .dat file with the LCF data in it, with data coherent with what I saw in Larix).
I don't know if it's a good fix for this error, but it might be worth looking into it.
Best,
Morgane
The text was updated successfully, but these errors were encountered: