Skip to content

Commit

Permalink
Update integration_tests/test_em_montage_qc.py
Browse files Browse the repository at this point in the history
Co-authored-by: Russel Torres <[email protected]>
  • Loading branch information
mahaling and RussTorres committed Apr 5, 2022
1 parent bd20021 commit 8c1f43c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration_tests/test_em_montage_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,5 @@ def test_detect_distortion(render, poststitched_stack, tmpdir_factory):
# read the output json
with open(ex['output_json'], 'r') as f:
data = json.load(f)
f.close()

assert(len(data['distorted_sections']) == 0)

0 comments on commit 8c1f43c

Please sign in to comment.