Skip to content

Commit fa645a6

Browse files
sbryngelsonclaude
andcommitted
Format new upstream example files for ruff import sorting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 847eefa commit fa645a6

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

examples/2D_patch_modal_shape/case.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env python3
22
"""Minimal 2D acoustic case with geometry 13 (2D modal Fourier shape). Additive form."""
3-
import math
3+
44
import json
5+
import math
56

67
Nx, Ny = 64, 64
78
Lx, Ly = 8.0, 8.0

examples/2D_patch_modal_shape_exp/case.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env python3
22
"""Minimal 2D acoustic case with geometry 13 in exponential form (modal_use_exp_form)."""
3-
import math
3+
44
import json
5+
import math
56

67
Nx, Ny = 64, 64
78
Lx = 8.0

examples/3D_patch_spherical_harmonic/case.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env python3
22
"""Minimal 3D acoustic case with geometry 14 (spherical harmonic surface)."""
3-
import math
3+
44
import json
5+
import math
56

67
L = 8.0
78
N = 50

0 commit comments

Comments
 (0)