We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b45e8 commit 3aad05dCopy full SHA for 3aad05d
examples/Poisson_Lshape.py
@@ -16,7 +16,7 @@ def pde(x, y):
16
dy_yy = tf.gradients(dy_y, x)[0][:, 1:]
17
return -dy_xx - dy_yy - 1
18
19
- def boundary(x, on_boundary):
+ def boundary(_, on_boundary):
20
return on_boundary
21
22
def func(x):
0 commit comments