Skip to content

Commit

Permalink
remove pytest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tkallady committed Jan 30, 2024
1 parent f1aa22b commit 1686ee3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions motion_correction/image_registration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@
# should keep this content at the top.
# ----------------------------------------------------------------------------
from ._astropy_init import *

# ----------------------------------------------------------------------------

# For egg_info test builds to pass, put package imports here.
from .cross_correlation_shifts import cross_correlation_shifts, cross_correlation_shifts_FITS
from .cross_correlation_shifts import (
cross_correlation_shifts,
cross_correlation_shifts_FITS,
)
from .chi2_shifts import chi2_shift, chi2n_map, chi2_shift_iterzoom
from .register_images import register_images
from . import fft_tools
from . import tests
from . import FITS_tools

0 comments on commit 1686ee3

Please sign in to comment.