bjodah / chempy

⚗ A package useful for chemistry written in Python
BSD 2-Clause "Simplified" License
548 stars 79 forks source link

Make per100eV name match repr #220

Closed daankoning closed 1 year ago

daankoning commented 1 year ago

Closes #137

(Also fixes 2 typos to make the CI happy but don't warrant separate PRs themselves.)

bjodah commented 1 year ago

Thank you @daankoning for working on this. I have patched setup.cfg so that flake8 at least runs, now we just need to fix those pesky lint errors.

bjodah commented 1 year ago

Thank you @daankoning

daankoning commented 1 year ago

Looks like you did most of the work here 😉