Skip to content

Commit

Permalink
fixup! method=None raises Exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Moerland committed Dec 29, 2024
1 parent ba0ecba commit 101664d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lumicks/pyoptics/trapping/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ def forces_focus(
bfp_sampling_n=31,
num_orders=None,
integration_order=None,
method=None,
method="lebedev-laikov",
):
"""
Calculate the forces on a bead in the focus of an arbitrary input
Expand Down

0 comments on commit 101664d

Please sign in to comment.