Skip to content

Commit

Permalink
Remove commented pprint() statement
Browse files Browse the repository at this point in the history
Remove commented-out vestigial pprint() statement from
``test_filter_on_regex_escape_characters()``.

	modified:   ccdproc/tests/test_image_collection.py
  • Loading branch information
tbowers7 committed May 20, 2021
1 parent fe10eea commit a147fbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ccdproc/tests/test_image_collection.py
Expand Up @@ -1121,7 +1121,6 @@ def test_filter_on_regex_escape_characters(self, triage_setup):
'regex_special_{:d}.fits'.format(i)))

ic = ImageFileCollection(triage_setup.test_dir)
#ic.summary.pprint()
for kw in special_kwds:
new_ic = ic.filter(regex_fl=kw)
assert len(new_ic.files) == 1
Expand Down

0 comments on commit a147fbf

Please sign in to comment.