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

Fixing pipeline2

parent aac0ceff
No related merge requests found
Pipeline #35549 failed with stages
in 41 seconds
...@@ -6,7 +6,8 @@ from pystencils_benchmark import generate_benchmark, Compiler ...@@ -6,7 +6,8 @@ from pystencils_benchmark import generate_benchmark, Compiler
from pathlib import Path 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)) a, b, c = ps.fields(a=np.ones(4000000), b=np.ones(4000000), c=np.ones(4000000))
alpha = sp.symbols('alpha') alpha = sp.symbols('alpha')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment