Skip to content

Commit 7b3583c

Browse files
committed
black formatted tests
1 parent bdea816 commit 7b3583c

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

tests/test_elastic.py

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ def test_boussinesq_stress_cartesian_stress_magnitude(self):
172172
# Check that stress magnitudes are reasonable
173173
# For Boussinesq, stresses scale with P and decay with distance
174174
max_stress = np.max(np.abs(sigma_yy))
175-
175+
176176
# Stress should be non-negligible
177177
assert max_stress > 0, "Maximum stress should be positive"
178-
178+
179179
# Stress shouldn't be unreasonably large (order of magnitude check)
180180
# Near the load point, stress can be large, but should be bounded
181181
assert max_stress < 1e9, "Stress magnitude should be reasonable"
@@ -206,7 +206,16 @@ def test_generate_synthetic_boussinesq_basic(self, test_parameters):
206206

207207
try:
208208
result = generate_synthetic_boussinesq(
209-
X, Y, P, nu_poisson, S_i_hat, mask, wavelengths_nm, thickness, C_values, polarisation_efficiency
209+
X,
210+
Y,
211+
P,
212+
nu_poisson,
213+
S_i_hat,
214+
mask,
215+
wavelengths_nm,
216+
thickness,
217+
C_values,
218+
polarisation_efficiency,
210219
)
211220

212221
synthetic_images, principal_diff, theta_p, sigma_xx, sigma_yy, tau_xy = result

0 commit comments

Comments
 (0)