diff options
author | Thomas Albers Raviola <thomas@thomaslabs.org> | 2024-08-23 10:27:46 +0200 |
---|---|---|
committer | Thomas Albers Raviola <thomas@thomaslabs.org> | 2024-08-23 10:27:46 +0200 |
commit | 98d71663c6e07f62d12f18f19550a036e05565fe (patch) | |
tree | d2354c6c879c9de560984f8d00def5df4a12ef58 /test | |
parent | d6d3ac9655cc00ccf83de69c57f5cde01d140445 (diff) |
Remove redundant file
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 |