Skip to content

Commit

Permalink
add a blank line to fix Codacy Static Code Analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry-Jzy committed Dec 1, 2024
1 parent 18ff1c1 commit 6c258db
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 @@ -242,6 +242,7 @@ def _losses(self, outputs, loss_fn, inputs, model, num_func, aux=None):

if config.autodiff == "forward": # forward mode AD
losses=[]

def forward_call(trunk_input):
return aux[0]((inputs[0], trunk_input))

Expand Down

0 comments on commit 6c258db

Please sign in to comment.