Skip to content

Commit

Permalink
fix lint but not sure what the deal is with this term
Browse files Browse the repository at this point in the history
  • Loading branch information
jshipton committed Mar 22, 2024
1 parent 2bd560a commit f223ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gusto/equations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ def __init__(self, domain, parameters,

w, phi, gamma = self.tests[0:3]
u, p, b = split(self.X)
u_trial = split(self.trials)[0]
u_trial, p_trial, _ = split(self.trials)
_, p_bar, b_bar = split(self.X_ref)

# -------------------------------------------------------------------- #
Expand Down

0 comments on commit f223ca0

Please sign in to comment.