Skip to content

Commit 3aad05d

Browse files
committed
Remove unused variable
1 parent 84b45e8 commit 3aad05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Poisson_Lshape.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def pde(x, y):
1616
dy_yy = tf.gradients(dy_y, x)[0][:, 1:]
1717
return -dy_xx - dy_yy - 1
1818

19-
def boundary(x, on_boundary):
19+
def boundary(_, on_boundary):
2020
return on_boundary
2121

2222
def func(x):

0 commit comments

Comments
 (0)