JuliaGeodynamics / LaMEM.jl

Julia interface to LaMEM (Lithosphere and Mantle Evolution Model)
GNU General Public License v3.0
24 stars 12 forks source link

Permission denied while testing #30

Closed boriskaus closed 5 months ago

boriskaus commented 5 months ago

The tests of LaMEM work fine on CI, but when testing the installed LaMEM.jl package we get:

Saved file: LaMEM_ModelSetup.vts
Writing LaMEM marker file -> ./markers/mdb.00000000.dat
run LaMEM: Error During Test at /Users/kausb/.julia/packages/LaMEM/SACA7/test/runLaMEM.jl:3
  Got exception outside of a @test
  LoadError: SystemError: opening file "./markers/mdb.00000000.dat": Permission denied
  Stacktrace:

It runs a few tests fine before this, though.

boriskaus commented 5 months ago

closed by PR #32