Closed francispoulin closed 1 year ago
I looked around and saw that #1506 mentioned the same issue. I tried the instructions there, copied below, and I am happy to say that the tests ran, all three of them.
julia --project=test -e 'using Pkg; Pkg.develop(path = ".")'
julia --project=test -e 'using Pkg; Pkg.instantiate(;verbose=true)'
julia --color=yes --project=test test/runtests.jl
I wonder whether the docs might need to be updated to reflect this difference?
Hi @francispoulin, agreed, we should update the docs to show users how to run the ClimaAtmos test suite (there are a few different ways that require different configuration/environment setups).
I am new to
ClimaAtmos.jl
but am very keen to learn to use this library. My initial attempt to run the tests have failed, and very likely because I am doing something silly.I have followed the instructions to get started and found the following:
julia --project
in case someone things something looks out of place.Can someone help me to figure out what I am doing wrong?