mirror of
https://github.com/wassname/ray.git
synced 2026-07-02 00:46:14 +08:00
[New Scheduler] Refactor cluster resource scheduler (#10938)
This commit is contained in:
@@ -361,7 +361,7 @@ def test_ray_options(shutdown_only):
|
||||
|
||||
to_check = ["CPU", "GPU", "memory", "custom1"]
|
||||
for key in to_check:
|
||||
assert without_options[key] != with_options[key]
|
||||
assert without_options[key] != with_options[key], key
|
||||
assert without_options != with_options
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user