Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmoerland committed Nov 19, 2024
1 parent 020c333 commit 75ccc2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/trapping/test_trapping_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def dummy(*args):
pass # We should never get there


## Test bead immersion medium and objective medium have to be the same
# Test bead immersion medium and objective medium have to be the same
@pytest.mark.parametrize(
"function",
[
Expand Down Expand Up @@ -63,4 +63,4 @@ def test_throw_on_wrong_medium(function) -> None:
)
def test_objective_value_errors(NA, focal_length, n_medium, n_bfp, error_msg):
with pytest.raises(ValueError, match=re.escape(error_msg)):
obj = trp.Objective(NA=NA, focal_length=focal_length, n_bfp=n_bfp, n_medium=n_medium)
trp.Objective(NA=NA, focal_length=focal_length, n_bfp=n_bfp, n_medium=n_medium)

0 comments on commit 75ccc2c

Please sign in to comment.