devito icon indicating copy to clipboard operation
devito copied to clipboard

Move acoustic analytic test code to tests/utils.py

Open jkwashbourne opened this issue 4 years ago • 0 comments

Currently hankel function analytic tests exist for 2D acoustic operators. The PR fixing this will:

  • [ ] move existing analytic test code from acoustic/accuracy.ipynb and skew_self_adjoint/test_wavesolver.py into tests/utils.py
  • [ ] clean up signature of method
  • [ ] add a 3D version for unit tests on 3D ops (no hankel required so way faster)

jkwashbourne avatar May 13 '20 13:05 jkwashbourne