Fix bizarre bug in precompilation
For some incomprehensible reason, precompilation fails with an obscure error when certain packages (maybe DiffEqBase
?) are already installed in the target environment. It makes no sense, and it's probably a bug with DiffEqBase
or Reexport
. The fix is to move @reexport DiffEqBase
to the top-level CryoGrid
module. Don't ask me why.