Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/kin_scaling_restructuring' into …
Browse files Browse the repository at this point in the history
…kin_scaling_restructuring
  • Loading branch information
sibirrer committed Jun 29, 2024
2 parents a68ea3e + 3e6a1e1 commit 3be0ca7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/test_LensPosterior/test_kin_scaling_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ def setup_method(self):
pass

def test_init(self):
kin_scaling = KinScalingConfig(anisotropy_model="NONE", r_eff=None, gamma_in_scaling=None, log_m2l_scaling=None)
kin_scaling = KinScalingConfig(
anisotropy_model="NONE",
r_eff=None,
gamma_in_scaling=None,
log_m2l_scaling=None,
)
kin_scaling._anisotropy_model = "BAD"

with npt.assert_raises(ValueError):
Expand Down

0 comments on commit 3be0ca7

Please sign in to comment.