Skip to content

Commit

Permalink
name as a test
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza committed Nov 18, 2024
1 parent 767d919 commit 7cffcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_shear_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_shear_inference_toy_ellipticities(seed):


@pytest.mark.parametrize("seed", [1234, 4567])
def check_shape_noise_scaling(seed):
def test_shape_noise_scaling(seed):
"""No measure noise is added so scaling of shear scatter should be ~`shape_noise / sqrt(N)`."""
key = random.key(seed)
k1, k2 = random.split(key)
Expand Down

0 comments on commit 7cffcaf

Please sign in to comment.