Skip to content

Commit

Permalink
remove verbose from forces_focus function call
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmoerland committed Nov 19, 2024
1 parent 75ccc2c commit 124e81b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/trapping_forces.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ def gaussian_beam(_, x_bfp, y_bfp, *args):
bead_center=[(0, 0, zz) for zz in z],
num_orders=None,
integration_orders=None,
verbose=False,
)[:, 2]
Fz2 = trp.forces_focus(
gaussian_beam,
Expand All @@ -184,7 +183,6 @@ def gaussian_beam(_, x_bfp, y_bfp, *args):
bead_center=[(0, 0, zz) for zz in z],
num_orders=None,
integration_orders=None,
verbose=False,
)[:, 2]

# %%
Expand Down
2 changes: 0 additions & 2 deletions tests/trapping/test_forces_plane_wave.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def input_field_Ephi(aperture, x_bfp, *args):
bead=bead,
bead_center=(0, 0, 0),
bfp_sampling_n=bfp_sampling_n,
verbose=False,
num_orders=num_orders,
)

Expand All @@ -128,7 +127,6 @@ def input_field_Ephi(aperture, x_bfp, *args):
bead=bead,
bead_center=(0, 0, 0),
bfp_sampling_n=bfp_sampling_n,
verbose=False,
num_orders=num_orders,
)
Fn = np.squeeze(F / np.linalg.norm(F))
Expand Down

0 comments on commit 124e81b

Please sign in to comment.