ChrisRackauckas / universal_differential_equations

Repository for the Universal Differential Equations for Scientific Machine Learning paper, describing a computational basis for high performance SciML
https://arxiv.org/abs/2001.04385
MIT License
215 stars 59 forks source link

recompile after activating #23

Closed sirfoga closed 3 years ago

sirfoga commented 4 years ago

Do I really need to recompile every package (OrdinaryDiffEq, ModelingToolki ...) after Pkg.activate("."); Pkg.instantiate() ? It seems to be doing so ...

ChrisRackauckas commented 3 years ago

It only should be recompiling if that's not the version you have in your global environment. The manifest that this uses is a bit old now, so it probably is slightly different and it's worth an update.