Skip to content

Commit 1362505

Browse files
committed
refactor
1 parent a7d7774 commit 1362505

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_tools.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -521,9 +521,6 @@ def test_inv_log_rescale_round_trip(self):
521521
log_scaled = Tools.log_rescale(original, 1, 1000, 0, 3)
522522
back_to_original = Tools.inv_log_rescale(log_scaled, 0, 3, 1, 1000)
523523

524-
# Print values for debugging
525-
print(f"Original: {original}, log_scaled: {log_scaled}, back_to_original: {back_to_original}")
526-
527524
# Verify the result is within a reasonable range
528525
# The actual implementation might not preserve the exact value due to rounding
529526
assert back_to_original > 0

0 commit comments

Comments
 (0)