Skip to content

Commit

Permalink
STY: fix flake8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-will committed Dec 2, 2024
1 parent 413c371 commit 05514b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gw/prior_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def test_is_cosmological_true(self):
minimum=10, maximum=10000, name="luminosity_distance"
)
self.assertTrue(self.bbh_prior_dict.is_cosmological())

def test_is_cosmological_false(self):
del self.bbh_prior_dict["luminosity_distance"]
self.assertFalse(self.bbh_prior_dict.is_cosmological())
Expand Down

0 comments on commit 05514b7

Please sign in to comment.