Fix deprecation warning for Sympy 1.7
- Stephan Seitz authored
@@ -83,7 +83,8 @@ def test_loop_over_coordinate():
We have to try from newest to oldest import to avoid deprecation warnings.
They added the old import again, but with a deprecation warning.