-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
MDF.extract_bus_logging() issues after 7.3.17 release. #1096
Comments
@DanielRaceOn please try the development branch code |
Hi @danielhrisca, thanks for immediate response!
However, it seems to work fine with some other sample files. Best regards, |
Having the same issue here. |
@DanielRaceOn Did you manage to handle it, or did you find a workaround? |
Have you tried again then development branch code? |
I stick to version 7.3.17 which seems to work fine with all files I had so far. Development branch code resolved issue with numpy related traceback, but returned MDF objects are still empty. |
I need a demo file to debug |
Just sent it to your email address. |
I'm sorry guys I've made a confusion: you have to try the |
I will try it, thanks! |
Hello @danielhrisca I'm facing this error while building the whl using get_bits branch It worked in other branchs |
Python version
('python=3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 '
'bit (AMD64)]')
'os=Windows-10-10.0.26100-SP0'
'numpy=1.26.4'
'asammdf>=7.3.17'
Code
MDF version
MDF 4.11
Code snippet
Traceback
1. issue:
Returns [] instead of mdf object
2. issue:
Description
The
MDF.extract_bus_logging
function block seems to has been significantly modified in 7.3.17 release, but since then, it struggles with extracting some standard raw CAN BUS log file (think it's CSS logger file) and returns empty list.Other instance of problem is error and traceback when extracting bigger file from Vector software.
With asammdf 7.3.16 all works fine and function returns decoded mdf object in both cases.
Scrambled files can be provided if necessary.
Best regards,
Daniel
The text was updated successfully, but these errors were encountered: