Skip to content

Commit

Permalink
final fix with isort
Browse files Browse the repository at this point in the history
  • Loading branch information
fnattino committed Nov 20, 2023
1 parent b63a065 commit be9e79c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dhdt/processing/coupling_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,9 @@ def match_image(Z, M, D, geoTransform, id_1, id_2, X_grd, Y_grd,
correlator='robu_corr', subpix='moment',
metric='peak_abs', **kwargs):
# combating import loops
from .matching_tools_organization import \
list_differential_correlators, list_peak_estimators, \
list_frequency_correlators
from .matching_tools_organization import (list_differential_correlators,
list_frequency_correlators,
list_peak_estimators)

Z, M = get_data_and_mask(Z, M)
X_grd, Y_grd = np.atleast_2d(X_grd), np.atleast_2d(Y_grd)
Expand Down

0 comments on commit be9e79c

Please sign in to comment.