From 2badfec0af21bff0620ff564a858069bd9690786 Mon Sep 17 00:00:00 2001 From: Thomas Albers Raviola Date: Fri, 23 Aug 2024 10:25:04 +0200 Subject: Add test for harmonic and finite potentials --- test/test_graphic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_graphic.py') diff --git a/test/test_graphic.py b/test/test_graphic.py index 8433cae..1c23d08 100644 --- a/test/test_graphic.py +++ b/test/test_graphic.py @@ -11,7 +11,7 @@ potential = {} e = {} v = {} -FORMS = ['asymmetric', 'double_linear', 'double_cubic'] +FORMS = ['asymmetric', 'double_linear', 'double_cubic', 'harmonic', 'finite'] @pytest.mark.parametrize('form', FORMS) def test_potential(form: str) -> None: -- cgit v1.2.3