diff --git a/tests/test_superresolution.py b/tests/test_superresolution.py
index dc602d7dc5b2b2597cd9882694d1e203b10d1616..d3068c92d8e32d32fbeee0dd1f7510740fe7d535 100644
--- a/tests/test_superresolution.py
+++ b/tests/test_superresolution.py
@@ -57,6 +57,7 @@ def test_torch_simple():
 
     kernel = move(x, y, a).compile()
     pystencils.autodiff.show_code(kernel.ast)
+    kernel().forward(x, y, 3)
 
 
 def test_downsample():