SCECcode / ucvm

UCVM is used to query seismic velocity models for earth properties (Vp, Vs, density) by lat,long, and depth. It can create velocity meshes used in seismic wave propagation simulations. This repo contains the source codes that implement the core UCVM query interface. Python-based plotting modules, based on matplotlib, are now hosted in a separate github repo called SCECcode/ucvm_plotting.
https://www.scec.org/research/ucvm
BSD 3-Clause "New" or "Revised" License
19 stars 3 forks source link

incorrect test script name #11

Closed pjmaechling closed 2 years ago

pjmaechling commented 2 years ago

The project at the end of the install says:
$ cd /project/scec_608/maechlin/ucvm_bin/tests $ ./run-tests

The script in this directory is actually called: ./run-testing

meihuisu commented 2 years ago

updated ucvm_setup.py to match the name