thorek1 / MacroModelling.jl

Macros and functions to work with DSGE models.
https://thorek1.github.io/MacroModelling.jl/stable
MIT License
98 stars 15 forks source link

CI tests failing #35

Closed gdalle closed 1 year ago

gdalle commented 1 year ago

Apparently it's because of a lack of memory

https://github.com/openjournals/joss-reviews/issues/5598#issuecomment-1610198924

I think #34 is a sign that there are unwanted memory leaks. Curious about the answer there.

gdalle commented 1 year ago

@thorek1 did you see this?

https://github.com/JuliaLang/julia/issues/39396#issuecomment-768456099

thorek1 commented 1 year ago

I removed windows + Julia 1.8 from CI runs so now it passes. But I will dig deeper what was the cause there.