Skip to content

Commit 476475d

Browse files
committed
fix import
1 parent 88c4c85 commit 476475d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/aligning_aia_with_eis_maps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This example shows how to EIS data to AIA using cross-correlation which is implemented as the "match_template" method.
77
"""
8-
# sphinx_gallery_thumbnail_number = 2 # NOQA: ERA001
8+
# sphinx_gallery_thumbnail_number = 2
99

1010
import matplotlib.pyplot as plt
1111

sunkit_image/coalignment/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# This will register the function
2-
import sunkit_image.coalignment_match_template # NOQA: F401
31
from sunkit_image.coalignment.interface import coalign
2+
# This will register the function
3+
from sunkit_image.coalignment_match_template import match_template_coalign
44

55
__all__ = ["coalign"]

0 commit comments

Comments
 (0)