ECSHackWeek / impedance.py

A Python package for working with electrochemical impedance data
MIT License
221 stars 101 forks source link

handles single element circuits #246

Closed mdmurbach closed 1 year ago

mdmurbach commented 1 year ago

Basically, the issue was that single element circuits were getting wrapped in an extra ([ ... ]) before being evaluated. This adds checks to make sure the length is > 1 before adding those brackets.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4081099600


Totals Coverage Status
Change from base Build 4081093282: 0.0%
Covered Lines: 848
Relevant Lines: 848

💛 - Coveralls