From 8116990513c1905d6d4f9af434226dcc69017936 Mon Sep 17 00:00:00 2001 From: Alexander Clausen Date: Sat, 21 Sep 2024 15:06:22 +0200 Subject: [PATCH] pep8 fix --- src/libertem_blobfinder/udf/integration.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libertem_blobfinder/udf/integration.py b/src/libertem_blobfinder/udf/integration.py index 251f558..86e0690 100644 --- a/src/libertem_blobfinder/udf/integration.py +++ b/src/libertem_blobfinder/udf/integration.py @@ -32,7 +32,9 @@ def __init__(self, centers, pattern): >>> peaks_shape = nav_shape + extra_shape >>> # Generate some random positions as an example - >>> peaks = np.random.randint(low=0, high=np.min(sig_shape), size=peaks_shape, dtype=np.int64) + >>> peaks = np.random.randint( + ... low=0, high=np.min(sig_shape), size=peaks_shape, dtype=np.int64 + ... ) >>> # Create an AuxBufferWrapper for the peaks >>> centers = IntegrationUDF.aux_data(