Skip to content

Commit 6d1ba22

Browse files
committed
task(RHOAIENG-33045): Adjusted heavy_calculation assertion
Signed-off-by: Pat O'Connor <[email protected]>
1 parent f0a6ed4 commit 6d1ba22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/local_interactive_sdk_kind_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def heavy_calculation(num_iterations):
115115

116116
ref = heavy_calculation.remote(3000)
117117
result = ray.get(ref)
118-
assert result == 1789.4644387076714
118+
assert result == 1789.4644387076728 # Updated result after moving to Python 3.12 (0.0000000000008% difference to old assertion)
119119
ray.cancel(ref)
120120
ray.shutdown()
121121

0 commit comments

Comments
 (0)