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
{{ message }}
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
after updating EC Lab, the data are not supported anymore in eclabfiles library. I tried to fix it on my own, but I could not manage it.
Whenever I try to process new EC Lab data, it shows me following error message:
File ~\AppData\Roaming\Python\Python311\site-packages\eclabfiles\mpr.py:504 in _process_settings
technique, params_dtype = technique_params_dtypes[data[0x0000]]
KeyError: 48
I checked data structure of old EC Lab data and there are some differences. Could you please help me with this problem and tell me how the library should be changed accordingly?
Thanks a lot in advance. By request I can provide a raw data.
All the best:)
The text was updated successfully, but these errors were encountered:
Yes, this is a known issue, see #13. I don't think it'll ever be fixed in eclabfiles. It might be fixed at some point in yadg; actually I plan to have it fixed in yadg-5.1, but help is very much welcome.
Hi,
after updating EC Lab, the data are not supported anymore in eclabfiles library. I tried to fix it on my own, but I could not manage it.
Whenever I try to process new EC Lab data, it shows me following error message:
File ~\AppData\Roaming\Python\Python311\site-packages\eclabfiles\mpr.py:504 in _process_settings
technique, params_dtype = technique_params_dtypes[data[0x0000]]
KeyError: 48
I checked data structure of old EC Lab data and there are some differences. Could you please help me with this problem and tell me how the library should be changed accordingly?
Thanks a lot in advance. By request I can provide a raw data.
All the best:)
The text was updated successfully, but these errors were encountered: