From 0ff1bad0697ca7373a9716b80ce4b56d6a20992a Mon Sep 17 00:00:00 2001 From: Thomas Albers Raviola Date: Fri, 19 Jul 2024 14:47:33 +0200 Subject: Add further tests --- test/test_finite.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/test_finite.py (limited to 'test/test_finite.py') diff --git a/test/test_finite.py b/test/test_finite.py new file mode 100644 index 0000000..47c7e11 --- /dev/null +++ b/test/test_finite.py @@ -0,0 +1,12 @@ +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 -- cgit v1.2.3