Skip to content

Commit

Permalink
Fix non-forwarded conservative flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed Oct 22, 2024
1 parent 47107ee commit e483557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exponax/stepper/_burgers.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,5 @@ def _build_nonlinear_fun(
dealiasing_fraction=self.dealiasing_fraction,
scale=self.convection_scale,
single_channel=self.single_channel,
conservative=False,
conservative=self.conservative,
)

0 comments on commit e483557

Please sign in to comment.