tmasthay / IslandOfMisfitToys

Implementations of various misfit functions in seismic literature
6 stars 1 forks source link

Devel #29

Closed tmasthay closed 5 months ago

tmasthay commented 5 months ago

MILESTONE: Create robust installation and pytest with sandboxed CI

In GitHub Actions workflow, we now do the following.

(1) Sandboxed installation of IOMT in ~/.sandbox (2) Use sandboxed installation of IOMT to run pytest -s

Additional changes (1) Clean repo to conform to standards like isort, flake8 etc. that were previously neglected due to bugs in GitHookEm repo.