Skip to content

Commit eb95907

Browse files
authored
Merge pull request #502 from PyAutoLabs/feature/scaling-relation-csv-loader
feat: re-export galaxy_table CSV helpers from autogalaxy
2 parents f3ed972 + fa6a292 commit eb95907

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

autolens/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
from autogalaxy.gui.scribbler import Scribbler
6161
from autogalaxy.galaxy.galaxy import Galaxy
6262
from autogalaxy.galaxy.galaxies import Galaxies
63+
from autogalaxy.galaxy.galaxy_table import GalaxyTable
64+
from autogalaxy.galaxy.galaxy_table import galaxy_table_from_csv
65+
from autogalaxy.galaxy.galaxy_table import galaxy_table_to_csv
6366
from autogalaxy.galaxy.redshift import Redshift
6467

6568
from autogalaxy.quantity.dataset_quantity import DatasetQuantity

0 commit comments

Comments
 (0)