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
1 merge request!129Interpolation refactoring
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment