Matt Murbach

Results 8 issues of Matt Murbach

Have had a few requests for the ability to export a circuit to a pdf/svg/png After some poking around I think SchemDraw (https://cdelker.bitbucket.io/SchemDraw/SchemDraw.html) seems like a good way to do...

good first issue
ECS Hack Week

Fixes #206 #208 to allow more flexibility in how inputs are passed into fitting, prediction, plotting functions

https://github.com/ECSHackWeek/impedance.py/pull/196 @rgasper has an interesting idea that would make requests for adding new elements unnecessary, e.g. https://github.com/ECSHackWeek/impedance.py/issues/184 and https://github.com/ECSHackWeek/impedance.py/issues/130

enhancement

Better highlight CONTRIBUTING.md in README and updating the instructions to latest version (w/ GitHub Actions, etc.)

documentation

Selecting a fitting procedure requires user input to determine best guesses (equivalent circuit fitting) or additional parameters like cell capacity (physics-based fitting). Currently there is no checking on these inputs...

1. Parameter names for Randles' w/ CPE need to be subscripted. 2. Fix units of the fit parameter in the explore physics modal

![image](https://user-images.githubusercontent.com/9369020/220195134-2af03067-0ebe-473c-ba5d-41117061bc22.png) Looks like we're missing the final term in equation 22 from the [Paasch paper](https://www.sciencedirect.com/science/article/abs/pii/001346869385083B). This adds in B/2 to both the element code, docstring, and tests.