aboutsummaryrefslogtreecommitdiff
path: root/test/test_finite.py
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2024-08-23 10:27:46 +0200
committerThomas Albers Raviola <thomas@thomaslabs.org>2024-08-23 10:27:46 +0200
commit98d71663c6e07f62d12f18f19550a036e05565fe (patch)
treed2354c6c879c9de560984f8d00def5df4a12ef58 /test/test_finite.py
parentd6d3ac9655cc00ccf83de69c57f5cde01d140445 (diff)
Remove redundant file
Diffstat (limited to 'test/test_finite.py')
-rw-r--r--test/test_finite.py12
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