Skip to content

Commit 6dd8b66

Browse files
Update XPINN_2D_PoissonsEqn.py (#842)
1 parent 729b4e9 commit 6dd8b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jointContribution/XPINNs/XPINN_2D_PoissonsEqn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def predict(self, x_star1, x_star2, x_star3):
578578
)
579579
plt.plot(
580580
x_fi2_train_plot[:, 0:1],
581-
x_fi1_train_plot[:, 1:2],
581+
x_fi2_train_plot[:, 1:2],
582582
"w-",
583583
markersize=2,
584584
label="Interface Pts",

0 commit comments

Comments
 (0)