[go: nahoru, domu]

Skip to content
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

Adds "plot" extra in setup.py #279

Merged
merged 2 commits into from
Mar 2, 2021

Conversation

AxelVoitier
Copy link
Collaborator

This declares the optional dependency to matplotlib.

In relation with #259, #260 and #265.

@eerimoq, I don't know what process you would like the contributors to follow when they author commit themselves. So for now I just make PR for review by other maintainers.

This declares the optional dependency to matplotlib
Side note: The installation command example at the top seems to be an 
exception, for clarity most likely.
@eerimoq
Copy link
Collaborator
eerimoq commented Feb 17, 2021

I guess time will tell. Those interested on maintaining the project should decide how to handle PR:s and releasing.

@AxelVoitier
Copy link
Collaborator Author

Alright, will wait a bit to see if things move. Otherwise I will just merge and release by myself.

@eerimoq eerimoq merged commit 87d1ec2 into cantools:master Mar 2, 2021
VonSquiggles pushed a commit to VonSquiggles/cantools that referenced this pull request May 13, 2022
…antools#279)

Inside an EDS file's [Comments] section, the Lines attribute may be
expressed as a hexadecimal number prefixed with 0x.  The
ConfigParser.getint() method however does not support such a format.

Switch to the default int() constructor with a base=0 argument to
enable auto-detection of this condition.  The same is done for
basically every other numeric value in the EDS importer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants