-
-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: data type '<f1' not understood #444
Comments
Can you scramble using the code from here ratal/mdfreader#189 (comment)? |
I will try but the line |
I think it should be shutil.copy |
import shutil |
Yes I used shutil.copy and sent you the file just now. Thanks! |
Should work now with the development branch code. Thank you for the file! |
Thanks! I will check later that it works. When do you think the next version will be released? |
Yep, the development branch works so the issue can be closed. Thanks for quick help! |
Hi again Daniel,
I now got a problem with several mdf 4.11 files which I cannot even initialise. They can however be opened with other softwares, at least in ETAS MDA and Vector MDF Validator. In MDF Validator I only get this warning,
no XSD files for this MDF version (411), used next matching version 410
, but otherwise no problem.I run
asammdf.MDF(file)
and getTypeError: data type '<f1' not understood
and this tracebackUnfortunately I can't send you a file because I am not able to scramble due to this error.
python=3.7.9
asammdf=5.23.1
numpy=1.19.2
The text was updated successfully, but these errors were encountered: