Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Moerland committed Dec 29, 2024
1 parent 5dfebe2 commit a6d1b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/trapping/test_forces_plane_wave.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ def dummy(_, x_bfp, *args):
num_orders = bead.number_of_orders * 2
Fpr = (
bead.pressure_eff(num_orders) # Qpr
* (np.pi * bead.bead_diameter**2 / 4) # Area
* (0.5 * E0**2 * bead.n_medium**2 * _EPS0) # Intensity
* (np.pi * bead.bead_diameter**2 / 4) # Area
* (0.5 * E0**2 * bead.n_medium**2 * _EPS0) # Intensity
)
k = bead.k
ks = k * NA / n_medium
Expand Down

0 comments on commit a6d1b05

Please sign in to comment.