OrchardLANL / DPFEHM.jl

DPFEHM: A Differentiable Subsurface Flow Simulator
Other
30 stars 13 forks source link

tests: specify in readme #12

Closed WilkAndy closed 2 years ago

WilkAndy commented 2 years ago

Along with the installation instructions, you should state that

julia runtests.jl

will verify that the code has been installed and runs correctly.

Refs https://github.com/OrchardLANL/DPFEHM.jl/issues/new

omalled commented 2 years ago

I updated the readme to include instructions for testing. I went with the testing capabilities built into Julia's package manager (i.e., Pkg.test("DPFEHM")) rather than the julia runtest.jl approach. I hope that does the trick!