Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dermen committed Sep 3, 2024
1 parent b28bd46 commit c71dd06
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tests/io/test_dials.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,9 @@ def test_verbosity():
assert not other_out.getvalue()
assert not logger_out.getvalue()

other_out = io.StringIO()
with redirect_stdout(other_out):
read_dials_stills(
pack_names, ds.cell, ds.spacegroup, parallel_backend=None, verbose=True
)
read_dials_stills(
pack_names, ds.cell, ds.spacegroup, parallel_backend=None, verbose=True
)

assert logger_out.getvalue()

Expand Down

0 comments on commit c71dd06

Please sign in to comment.