We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a6ed4 commit 6d1ba22Copy full SHA for 6d1ba22
tests/e2e/local_interactive_sdk_kind_test.py
@@ -115,7 +115,7 @@ def heavy_calculation(num_iterations):
115
116
ref = heavy_calculation.remote(3000)
117
result = ray.get(ref)
118
- assert result == 1789.4644387076714
+ assert result == 1789.4644387076728 # Updated result after moving to Python 3.12 (0.0000000000008% difference to old assertion)
119
ray.cancel(ref)
120
ray.shutdown()
121
0 commit comments