Skip to content
Snippets Groups Projects
Commit 45f08ed9 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Remove redundant type inf call in test_diff

parent 568f20c0
No related branches found
No related tags found
No related merge requests found
...@@ -61,11 +61,6 @@ def test_diff(ctx_factory): ...@@ -61,11 +61,6 @@ def test_diff(ctx_factory):
knl = lp.fix_parameters(knl, n=50) knl = lp.fix_parameters(knl, n=50)
knl = lp.add_and_infer_dtypes(knl, {
"x": np.float64,
"y": np.float64,
})
from loopy.diff import diff_kernel from loopy.diff import diff_kernel
dknl, diff_map = diff_kernel(knl, "z", "x") dknl, diff_map = diff_kernel(knl, "z", "x")
dknl = lp.remove_unused_arguments(dknl) dknl = lp.remove_unused_arguments(dknl)
......
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