Skip to content

Commit

Permalink
fixes for kassidy's dark matter profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy2211 committed Oct 16, 2023
1 parent e628b62 commit df1e8f6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions autogalaxy/config/grids.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ radial_minimum:
NFWMCRLudlowSph: 1.0e-06
NFWMCRScatterLudlow: 1.0e-06
NFWMCRScatterLudlowSph: 1.0e-06
NFWVirialMassConcSph : 1.0e-06
NFWSph: 1.0e-06
NFWTruncatedMCRDuffySph: 1.0e-06
NFWTruncatedMCRLudlowSph: 1.0e-06
Expand Down
4 changes: 2 additions & 2 deletions autogalaxy/config/priors/mass/total/power_law_multipole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ PowerLawMultipole:
type: Absolute
value: 0.05
gaussian_limits:
lower: 0.0
lower: -inf
upper: inf
multipole_comps_1:
type: Uniform
Expand All @@ -64,5 +64,5 @@ PowerLawMultipole:
type: Absolute
value: 0.05
gaussian_limits:
lower: 0.0
lower: -inf
upper: inf
1 change: 1 addition & 0 deletions autogalaxy/profiles/mass/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
NFWMCRScatterLudlowSph,
NFWMCRLudlow,
gNFWMCRLudlow,
NFWVirialMassConcSph
)
from .stellar import (
Gaussian,
Expand Down
1 change: 1 addition & 0 deletions autogalaxy/profiles/mass/dark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
from .nfw_truncated import NFWTruncatedSph
from .nfw_truncated_mcr import NFWTruncatedMCRLudlowSph, NFWTruncatedMCRDuffySph
from .nfw_truncated_mcr_scatter import NFWTruncatedMCRScatterLudlowSph
from .nfw_virial_mass_conc import NFWVirialMassConcSph
1 change: 1 addition & 0 deletions test_autogalaxy/aggregator/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def clean(database_file):
value=True,
)
def aggregator_from(database_file, analysis, model, samples):

result_path = path.join(conf.instance.output_path, database_file)

clean(database_file=database_file)
Expand Down

0 comments on commit df1e8f6

Please sign in to comment.