MaximeVH / EquivalentCircuits.jl

A julia package to either fit the parameters of a specified equivalent electrical circuit to electrochemical impedance data, or to suggest a plausible circuit configuration for a given set of measurements (either through a comparison of circuits from the literature, or through an evolutionary algorithm approach).
MIT License
22 stars 6 forks source link

Fix `numpy` array serialization issue when using JuliaCall #32

Closed ma-sadeghi closed 7 months ago

ma-sadeghi commented 7 months ago

Hi @MaximeVH. This PR does the following:

Please see JuliaPy/PythonCall.jl/issues/454 for details.

This PR is ready, feel free to merge when you're done reviewing.

(I also commented the MAP_elites.jl import for now as it causes lots of re-import warnings. We can include it once we've tested the new algorithm to make it the new default)