Skip to content

Commit

Permalink
remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
guynir42 committed Jul 6, 2024
1 parent a737cb7 commit 15a4e0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/models/test_background.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ def test_save_load_backgrounds(decam_raw_image, code_version):

t0 = time.perf_counter()
b2.save()
print(f'Background save time: {time.perf_counter() - t0:.3f} s')
print(f'Background file size: {os.path.getsize(b2.get_fullpath()) / 1024 ** 2:.3f} MB')
# print(f'Background save time: {time.perf_counter() - t0:.3f} s')
# print(f'Background file size: {os.path.getsize(b2.get_fullpath()) / 1024 ** 2:.3f} MB')

# check the filename contains the provenance hash
assert prov.id[:6] in b2.get_fullpath()

Expand Down

0 comments on commit 15a4e0c

Please sign in to comment.