Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Nov 13, 2024
1 parent 88c4c85 commit 1b02285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/aligning_aia_with_eis_maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This example shows how to EIS data to AIA using cross-correlation which is implemented as the "match_template" method.
"""
# sphinx_gallery_thumbnail_number = 2 # NOQA: ERA001
# sphinx_gallery_thumbnail_number = 2

import matplotlib.pyplot as plt

Expand Down
2 changes: 1 addition & 1 deletion sunkit_image/coalignment/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This will register the function
import sunkit_image.coalignment_match_template # NOQA: F401
import sunkit_image.coalignment.match_template
from sunkit_image.coalignment.interface import coalign

__all__ = ["coalign"]

0 comments on commit 1b02285

Please sign in to comment.