Skip to content

Commit

Permalink
modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry-Jzy committed Dec 18, 2024
1 parent 106f13f commit bcac97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepxde/data/pde_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def forward_call(trunk_input):
return aux[0]((inputs[0], trunk_input))

if self.pde.pde is not None:
# Each f has the shape (`N1`, `N2`)
# Each f has the shape (N1, N2)
f = self.pde.pde(
inputs[1], (outputs, forward_call), model.net.auxiliary_vars
)
Expand Down

0 comments on commit bcac97f

Please sign in to comment.