Skip to content

Commit 4b38252

Browse files
committed
style cleanup
[skip ci]
1 parent 136b04a commit 4b38252

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gallery/experiments/experimental_abinitio_pipeline_11618.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@
6363

6464

6565
# Create a source object for the experimental images
66-
src = RelionSource(
67-
starfile_in, max_rows=n_imgs, data_folder=data_folder
68-
)
66+
src = RelionSource(starfile_in, max_rows=n_imgs, data_folder=data_folder)
6967

7068
# Use phase_flip to attempt correcting for CTF.
7169
# Caching is used throughout for speeding up large datasets on high memory machines.

0 commit comments

Comments
 (0)