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

Remove test for unsupported feature

parent 58985c02
Branches
Tags
No related merge requests found
......@@ -242,5 +242,3 @@ def test_spatial_derivative():
diff = sympy.diff(x.interpolated_access((tx.center, ty.center)), tx.center)
print("diff: " + str(diff))
diff = sympy.diff(x.interpolated_access((tx.center, 2 * ty.center)), sympy.Matrix((tx.center, ty.center)))
print("diff: " + str(diff))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment