Skip to content

Commit a818c46

Browse files
Jammy2211Jammy2211
authored andcommitted
fix aggregator import
1 parent 983af2b commit a818c46

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

autolens/aggregator/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
from autolens.aggregator.subplot import SubplotFitX1Plane as subplot_fit_x1_plane
2828
from autolens.aggregator.subplot import SubplotFit as subplot_fit
2929
from autolens.aggregator.subplot import SubplotFitLog10 as subplot_fit_log10
30+
from autolens.aggregator.subplot import (
31+
FITSGalaxyImages as fits_galaxy_images,
32+
)
3033
from autolens.aggregator.subplot import (
3134
FITSModelGalaxyImages as fits_model_galaxy_images,
3235
)

0 commit comments

Comments
 (0)