File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 light_and_mass_profiles as lmp ,
5252 scaling_relations as sr ,
5353)
54- from autogalaxy .profiles .light_profiles import snr_light_profiles as lp_snr
54+ from autogalaxy .profiles .light_profiles import light_profiles_init as lp_init
55+ from autogalaxy .profiles .light_profiles import light_profiles_snr as lp_snr
5556from autogalaxy import convert
5657
5758from . import plot
Original file line number Diff line number Diff line change 11import json
22import logging
3- import numpy as np
43import os
54import time
65from typing import Dict , Optional
Original file line number Diff line number Diff line change 1212from autoarray .inversion .inversion .factory import inversion_interferometer_unpacked_from
1313
1414from autogalaxy .lensing import LensingObject
15- from autogalaxy .profiles .light_profiles .snr_light_profiles import LightProfileSNR
15+ from autogalaxy .profiles .light_profiles .light_profiles_snr import LightProfileSNR
1616
1717from autolens .lens .model .preloads import Preloads
1818
You can’t perform that action at this time.
0 commit comments