mathematicalmichael / mud

https://mud.dataconsistent.com
MIT License
2 stars 2 forks source link

improve test coverage #60

Open mathematicalmichael opened 2 years ago

mathematicalmichael commented 2 years ago

test coverage took a major hit with the addition of a lot of plotting code that is essentially only called by the examples.

some combo of doctests + pytest should be able to help bring coverage back to the 70's - 80's where I'd prefer it to be.