Skip to content

Commit 8d10b87

Browse files
committed
misc: Flake8
1 parent f3d4d2d commit 8d10b87

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

examples/petsc/cfd/01_navierstokes.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,3 @@ def neumann_right(eq, subdomain):
297297
# Pressure norm check
298298
tol = 1e-3
299299
assert np.sum((pn1.data[0]-pn1.data[1])**2/np.maximum(pn1.data[0]**2, 1e-10)) < tol
300-
301-
from devito import norm
302-
print(norm(u1))
303-
print(norm(v1))
304-
print(norm(pn1))

0 commit comments

Comments
 (0)