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
4 changes: 2 additions & 2 deletions scripts/aggregator/ellipse.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import shutil
from os import path

from autoconf import conf
from autoconf.conf import with_config
from autogalaxy import conf
from autogalaxy import with_config
import autofit as af
import autogalaxy as ag
from autogalaxy import fixtures
Expand Down
4 changes: 2 additions & 2 deletions scripts/aggregator/fit_imaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
import shutil
from os import path

from autoconf import conf
from autoconf.conf import with_config
from autogalaxy import conf
from autogalaxy import with_config
import autofit as af
import autogalaxy as ag
from autogalaxy import fixtures
Expand Down
4 changes: 2 additions & 2 deletions scripts/aggregator/fit_interferometer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
import shutil
from os import path

from autoconf import conf
from autoconf.conf import with_config
from autogalaxy import conf
from autogalaxy import with_config
import autofit as af
import autogalaxy as ag
from autogalaxy import fixtures
Expand Down
4 changes: 2 additions & 2 deletions scripts/aggregator/galaxies.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import shutil
from os import path

from autoconf import conf
from autoconf.conf import with_config
from autogalaxy import conf
from autogalaxy import with_config
import autofit as af
import autogalaxy as ag
from autogalaxy import fixtures
Expand Down
2 changes: 1 addition & 1 deletion scripts/ellipse/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from pathlib import Path
from types import SimpleNamespace

from autoconf import conf
from autogalaxy import conf

conf.instance.push(
new_path=path.join(path.dirname(path.realpath(__file__)), "config"),
Expand Down
2 changes: 1 addition & 1 deletion scripts/ellipse/visualization_jax.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from pathlib import Path
from types import SimpleNamespace

from autoconf import conf
from autogalaxy import conf

conf.instance.push(
new_path=path.join(path.dirname(path.realpath(__file__)), "config"),
Expand Down
2 changes: 1 addition & 1 deletion scripts/imaging/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
from pathlib import Path
from types import SimpleNamespace

from autoconf import conf
from autogalaxy import conf

conf.instance.push(
new_path=path.join(path.dirname(path.realpath(__file__)), "config"),
Expand Down
2 changes: 1 addition & 1 deletion scripts/imaging/visualization_jax.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from pathlib import Path
from types import SimpleNamespace

from autoconf import conf
from autogalaxy import conf

conf.instance.push(
new_path=path.join(path.dirname(path.realpath(__file__)), "config_source"),
Expand Down
Loading