Skip to content

Commit 1aa287f

Browse files
committed
Fix comment
1 parent ca1c941 commit 1aa287f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_httomolibgpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ def __test_recon_LPRec3d_tomobar_memoryhook_common(slices, detX_size, projection
643643
# now we compare both memory estimations
644644
difference_mb = abs(estimated_memory_mb - max_mem_mb)
645645
percents_relative_maxmem = round((difference_mb / max_mem_mb) * 100)
646-
# the estimated_memory_mb should be LAt pRGER or EQUAL to max_mem_mb
646+
# the estimated_memory_mb should be LARGER or EQUAL to max_mem_mb
647647
# the resulting percent value should not deviate from max_mem on more than 20%
648648
assert estimated_memory_mb >= max_mem_mb
649649
assert percents_relative_maxmem <= 30

0 commit comments

Comments
 (0)