mirror of
https://github.com/wassname/ray.git
synced 2026-07-26 13:37:24 +08:00
Check in shuffle code as experimental (#13899)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import pytest
|
||||
import sys
|
||||
|
||||
from ray.experimental import shuffle
|
||||
|
||||
|
||||
def test_shuffle():
|
||||
shuffle.main()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.exit(pytest.main(["-v", __file__]))
|
||||
Reference in New Issue
Block a user