AUTODIAL / AutoEIS

A tool for automated extraction of equivalent circuit models (ECM) from electrochemical impedance spectroscopy (EIS) data
https://autodial.github.io/AutoEIS/
MIT License
33 stars 7 forks source link

Correct the argument order of frequency and impedance in calls to EC.jl #133

Closed RunzeZhang123 closed 2 months ago

RunzeZhang123 commented 2 months ago

Noticed the impedance and frequencies are incorrectly loaded into ecm_generator. Switched their sequence to fix the bug

RunzeZhang123 commented 2 months ago

Suggest to change the default convergence threshold as well.

ma-sadeghi commented 2 months ago

Thanks Runze for the PR. Fixed in #135