Skip to content

Commit

Permalink
add typehint to caplog
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGamill-Sheffield committed Dec 11, 2024
1 parent 1d47377 commit a22c9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tracing/test_disordered_tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1932,7 +1932,7 @@ def test_calculate_dna_width(smoothed_mask: npt.NDArray, pruned_skeleton: npt.ND
],
)
def test_smooth_mask(
caplog,
caplog: pytest.LogCaptureFixture,
disordered_trace: disordered_tracing.disorderedTrace,
dilation_iteration: int | None,
gaussian_sigma: float | int | None,
Expand Down

0 comments on commit a22c9be

Please sign in to comment.