Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Aug 22, 2023
1 parent 1a30a18 commit cf0c0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cosmosis_standard_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ def test_euclid_emulator():
def test_log_w_example():
run_cosmosis("examples/w_model.ini")

def test_des_kids(capssys):
def test_des_kids(capsys):
run_cosmosis("examples/des-y3_and_kids-1000.ini")
check_likelihood(capsys, "-199.40", "-199.41")

0 comments on commit cf0c0ad

Please sign in to comment.