GithubHelp home page GithubHelp logo

Comments (6)

ebroecker avatar ebroecker commented on July 1, 2024

Hi @mominggame,

thanks for your hint.
I'll have a look on it and probably fix it.

from canmatrix.

ebroecker avatar ebroecker commented on July 1, 2024

Hi @mominggame

can you please check branch iss_736?

pip install git+https://github.com/ebroecker/canmatrix/tree/iss_736

from canmatrix.

mominggame avatar mominggame commented on July 1, 2024

Since version 1.0, I have been unable to parse large arxml files, and I'm not sure if it's due to the file size. Currently, the situation on my end is that some relatively small arxml files can be parsed, but large files get stuck in a loop, and the 'canmatrix.formats.loadp' function never stops. However, I did not encounter this issue in version 0.9.5. My workaround was to change '(is_fd_elem is not None and is_fd_elem.text == 'TRUE'):' to '(is_fd_elem is not None and is_fd_elem.text.upper() == 'TRUE'):' in version 0.9.5. My English is not good, and this passage has been translated using machine translation, so it may sound a bit awkward. I hope for your understanding.

from canmatrix.

mominggame avatar mominggame commented on July 1, 2024

Is the speed slowing down? I finally parsed the large file, but it took 30 minutes for the 80MB arxml!

from canmatrix.

ebroecker avatar ebroecker commented on July 1, 2024

Hi @mominggame

I'll investigate the speedissue - this should Not Happen ....

from canmatrix.

ebroecker avatar ebroecker commented on July 1, 2024

Hi @mominggame,

I had a quick view over the changes.
Not so much changes in the arxml-code, but one change:
Gateway information is parsed now.
So is your ARXML-File with gateway information? Just for excluding some possible errors....

from canmatrix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.