From 0f60b4c888c94a855a630379538b4b59b0dc4421 Mon Sep 17 00:00:00 2001 From: Johanna <johanna@zijderveld.de> Date: Fri, 12 Apr 2024 12:29:57 +0200 Subject: [PATCH] tiny formatting? --- codes/tb/test_tb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codes/tb/test_tb.py b/codes/tb/test_tb.py index 1699a4c..cb33995 100644 --- a/codes/tb/test_tb.py +++ b/codes/tb/test_tb.py @@ -24,7 +24,7 @@ def test_fourier(): tb_new = kfunc2tb(kfunc, nK, ndim=ndim) compareDicts(h_0, tb_new) -@pytest.mark.repeat(repeatNumber): +@pytest.mark.repeat(repeatNumber): def test_tbkham_transform(): vectors = ((0, 0), (1, 0), (-1, 0), (0, 1), (0, -1), (1, -1), (-1, 1), (1, 1), (-1, -1)) ndof = 10 -- GitLab