raddleverse / MimiCIAM.jl

MIT License
2 stars 1 forks source link

Mimi Parameter conflicts #24

Closed cledna closed 3 years ago

cledna commented 3 years ago
Screen Shot 2021-04-26 at 6 46 48 PM

I'm getting errors when compiling the package due to updated Mimi parameter syntax (e.g. Parameter{Dict{Any, Any}}()). I am guessing that this is because the Project.toml has not been updated with the latest version of Mimi. David or @tonyewong could you confirm?

tonyewong commented 3 years ago

Ah yes, that's the case. I've been working only in the .dev version locally and pushing commits as things have gotten working... how should I go about updating that so it works for the rest of the world?

Edit: And once things are working, they should be okay on Mimi v1.2 and Julia v1.5.

cledna commented 3 years ago

I'm still on Julia 1.0.5 so that could be part of the problem. I'm trying to update Julia and then update my Mimi package right now. I will let you know if I figure something out that addresses this.

cledna commented 3 years ago

Looks like I just had to update Mimi, update Julia and add Missings to the Project.toml. Everything else seems to work ok.