Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions autogalaxy/aggregator/imaging/imaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
- ``ImagingAgg`` — a class wrapping an ``Aggregator`` that returns a lazy generator of
``Imaging`` datasets, avoiding loading all results into memory at once.
"""

from __future__ import annotations
from functools import partial
from typing import List

Expand Down
2 changes: 2 additions & 0 deletions autogalaxy/aggregator/interferometer/interferometer.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
generator of ``Interferometer`` datasets, avoiding loading all results into memory at
once.
"""

from __future__ import annotations
from functools import partial
from typing import List

Expand Down
Loading