Skip to content
Snippets Groups Projects
Commit 5c9c3032 authored by Jan Hönig's avatar Jan Hönig
Browse files

Fixing pipeline2

parent aac0ceff
Branches
No related tags found
No related merge requests found
Pipeline #35549 failed
......@@ -6,7 +6,8 @@ from pystencils_benchmark import generate_benchmark, Compiler
from pathlib import Path
def test_generate(path: Path):
def test_generate():
path = Path.cwd()
a, b, c = ps.fields(a=np.ones(4000000), b=np.ones(4000000), c=np.ones(4000000))
alpha = sp.symbols('alpha')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment