-
Notifications
You must be signed in to change notification settings - Fork 76
Description
Python version
Please write here the output of printing sys.version
3.7.6 (tags/v3.7.6:43364a7ae0, Dec 19 2019, 00:42:30) [MSC v.1916 64 bit (AMD64)]
Platform information
Please write here the output of printing platform.platform()
Windows-10-10.0.17763-SP0
Numpy version
Please write here the output of printing numpy.__version__
1.18.1
mdfreader version
Please write here the output of printing mdfreader.__version__
4.0
Description
Hi, I am trying to convert .mf4 (version 4.10) to mat file.
The code I made using mdfreader gives me the converted file with multiple identical warnings:
...\Python\Python37\site-packages\mdfreader\mdfinfo4.py:597: UserWarning: Could not parse CG block names tag
warn('Could not parse CG block names tag').
Comparing to a converted file using CANape, double-typed data stay as uint16 in my converted file.
Could you please help me to correct the problem?
The mf4 file is version 4.10 and does not have any error/warning message when imported to MDFValidator.