Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tjlane committed Oct 29, 2024
1 parent 5812c24 commit 05c9bd8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions meteor/iterative.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .utils import (
average_phase_diff_in_degrees,
complex_array_to_rs_dataseries,
filter_common_indices
filter_common_indices,
)

log = structlog.get_logger()
Expand Down Expand Up @@ -214,9 +214,8 @@ def iterative_tv_phase_retrieval( # noqa: PLR0913
the tv_weight used, the negentropy (after the TV step), and the average phase change in
degrees.
"""

# hotfix #52
initial_derivative, native = filter_common_indices(initial_derivative, native) # type: ignore[assignment]
initial_derivative, native = filter_common_indices(initial_derivative, native) # type: ignore[assignment]

# clean TV denoising interface that is crystallographically intelligent
# maintains state for the HKL index, spacegroup, and cell information
Expand Down

0 comments on commit 05c9bd8

Please sign in to comment.