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
24 stars 6 forks source link

Compiled App including EquivalentCircuits craches on other computers #20

Closed StefanPofahl closed 1 year ago

StefanPofahl commented 1 year ago

Please have a look: https://github.com/JuliaLang/PackageCompiler.jl/issues/789

Regards, Stefan

StefanPofahl commented 1 year ago

I have opened an issue on the Tulip GitHub-Repository.

StefanPofahl commented 1 year ago

The Tulip-Issue is resolved. :-), see: https://discourse.julialang.org/t/missing-relocatability-of-tulip/94886/16 But I have still issues with my project that contains your package. I was able to replace your package and this project can now be compiled into a portable App, please see: InteractiveNyquist.jl

MaximeVH commented 1 year ago

Hi Stefan,

I'm glad to hear you resolved the issue with your standalone executable. I suppose the difficulty for using EquivalentCircuits here lies in its GeneralizedGenerated.jl dependency?

Regards, Maxime

StefanPofahl commented 1 year ago

Hi Maxime! I really admire people who write code like: GeneralizedGenerated.jl And at the same time, I observed that the code is not well structured. I can imagine, that this package is a troublemaker somehow ... Regards, Stefan