diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_finite.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/test_finite.py b/test/test_finite.py deleted file mode 100644 index 47c7e11..0000000 --- a/test/test_finite.py +++ /dev/null @@ -1,12 +0,0 @@ -import pytest -import numpy as np - -import matplotlib.pyplot as plt - -from schroedinger import ( - Config, potential_interp, build_potential, solve_schroedinger -) - - -def test_finite(): - pass |