Skip to content

Commit

Permalink
Fix argument name in SwiftHohenberg (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron authored Oct 29, 2024
1 parent fb2735f commit e217b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apebench/scenarios/physical/_swift_hohenberg.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _build_stepper(self, dt):
dt=dt / self.num_substeps,
reactivity=self.reactivity,
critical_number=self.critical_number,
polynomial_linear_coefficients=self.polynomial_coefficients,
polynomial_coefficients=self.polynomial_coefficients,
)

if self.num_substeps == 1:
Expand Down

0 comments on commit e217b2e

Please sign in to comment.