Skip to content

Commit

Permalink
Merge branch 'master' into pytest-setup-method
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhswenson authored Jan 29, 2024
2 parents 5dd2a2c + f276750 commit 9932e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contact_map/tests/test_contact_count.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_plot_kwargs(self):
def test_pixel_warning(self):
# This should not raise a warning (5*2>=10)
with warnings.catch_warnings():
warnings.simplefilter("error")
warnings.simplefilter('error')
self.atom_contacts.plot(figsize=(5, 5), dpi=2)
# should convert to error if warning issued

Expand Down

0 comments on commit 9932e68

Please sign in to comment.