Skip to content

Commit

Permalink
lint removed
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati committed Apr 8, 2024
1 parent ccd2aa2 commit 7c1320f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions unit_tests/test_full.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,7 @@ def test_registration_and_resampling_function():
)
assert os.path.exists(registration_log_file), "Registration log file not created."
# check if registration_log_file is empty
assert (
os.path.getsize(registration_log_file) > 0
), "Registration log file is empty."
assert os.path.getsize(registration_log_file) > 0, "Registration log file is empty."

# checks
_image_sanity_check(atlas_sri, output_image)
Expand Down

0 comments on commit 7c1320f

Please sign in to comment.