Skip to content

Commit

Permalink
Black example
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchueler committed Jul 15, 2024
1 parent 7e2c9f3 commit 8179f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/01_random_field/09_fourier_trans.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
srf = gs.SRF(
model,
generator="Fourier",
period=[L[0], L[1]/2],
period=[L[0], L[1] / 2],
mode_no=[30, 20],
seed=1681903,
)
Expand Down

0 comments on commit 8179f4d

Please sign in to comment.