Skip to content

Commit

Permalink
[codacy] Remove unnecessary import.
Browse files Browse the repository at this point in the history
  • Loading branch information
yguclu committed Oct 31, 2019
1 parent 27221e2 commit d0f8017
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions psydac/api/tests/test_api_2d_compatible_spaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,7 @@ def test_api_system_1_2d_dir_1():
#==============================================================================
def test_api_system_2_2d_dir_1():
from sympy.abc import x,y
from sympy import cos


f1 = -x**2*(x - 1)**2*(24*y - 12) - 4*y*(x**2 + 4*x*(x - 1) + (x - 1)**2)*(2*y**2 - 3*y + 1) - 2*pi*cos(2*pi*x)
f2 = 4*x*(2*x**2 - 3*x + 1)*(y**2 + 4*y*(y - 1) + (y - 1)**2) + y**2*(24*x - 12)*(y - 1)**2 + 2*pi*cos(2*pi*y)
u1 = x**2*(-x + 1)**2*(4*y**3 - 6*y**2 + 2*y)
Expand Down

0 comments on commit d0f8017

Please sign in to comment.