Skip to content

Commit 887d54e

Browse files
committed
cleanup, remove unused var
1 parent 7ef0e17 commit 887d54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gallery/experiments/experimental_abinitio_pipeline_10028.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@
115115
# you may remove this code block and associated variables.
116116

117117
classification_src = src
118-
custom_averager = None
119118
if do_cov2d:
120119
# Use CWF denoising
121120
cwf_denoiser = DenoiserCov2D(src)
@@ -163,6 +162,7 @@
163162
logger.info("Begin Orientation Estimation")
164163

165164
# Create a custom orientation estimation object for ``avgs``.
165+
# This is done to customize the ``n_theta`` value.
166166
orient_est = CLSync3N(avgs, n_theta=72)
167167

168168
# Create an ``OrientedSource`` class instance that performs orientation

0 commit comments

Comments
 (0)