Skip to content
Snippets Groups Projects
Commit 0f60b4c8 authored by Johanna Zijderveld's avatar Johanna Zijderveld
Browse files

tiny formatting?

parent bf2fc7f6
No related branches found
No related tags found
1 merge request!4Interface refactoring
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment