Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry-Jzy committed Dec 18, 2024
1 parent bcac97f commit 420313b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deepxde/data/pde_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ def _losses(self, outputs, loss_fn, inputs, model, num_func, aux=None):
def forward_call(trunk_input):
return aux[0]((inputs[0], trunk_input))

f = []
if self.pde.pde is not None:
# Each f has the shape (N1, N2)
f = self.pde.pde(
Expand Down

0 comments on commit 420313b

Please sign in to comment.