Skip to content
Snippets Groups Projects
Commit 3661850a authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Auto-format pystencils/rng.py (trailing whitespace)

parent 9b9a4b54
No related merge requests found
Pipeline #16415 passed with stage
in 3 minutes and 41 seconds
import sympy as sp
import numpy as np
import sympy as sp
from pystencils import TypedSymbol
from pystencils.astnodes import LoopOverCoordinate
from pystencils.backends.cbackend import CustomCodeNode
......@@ -15,7 +16,7 @@ philox_four_floats_call = """
{result_symbols[1].dtype} {result_symbols[1].name};
{result_symbols[2].dtype} {result_symbols[2].name};
{result_symbols[3].dtype} {result_symbols[3].name};
philox_float4({parameters},
philox_float4({parameters},
{result_symbols[0].name}, {result_symbols[1].name}, {result_symbols[2].name}, {result_symbols[3].name});
"""
......
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