Skip to content

Commit

Permalink
tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sibirrer committed Feb 22, 2023
1 parent e990f49 commit 43d0345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_LensPosterior/test_anisotropy_config.py
Expand Up @@ -31,7 +31,7 @@ def test_ani_param_array(self):
assert len(ani_param_array[1]) == 4

ani_param_array = self.config_const.ani_param_array
assert len(ani_param_array) == 10
assert len(ani_param_array) == 7

def test_anisotropy_kwargs(self):
a_ani = 2
Expand Down

0 comments on commit 43d0345

Please sign in to comment.