mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 04:03:03 +08:00
[modin] Append to path to avoid namespace collision on development branches (#3621)
This commit is contained in:
committed by
Robert Nishihara
parent
a1995ff3b0
commit
c13b2685f5
@@ -47,7 +47,7 @@ except ImportError as e:
|
||||
raise
|
||||
|
||||
modin_path = os.path.join(os.path.abspath(os.path.dirname(__file__)), "modin")
|
||||
sys.path.insert(0, modin_path)
|
||||
sys.path.append(modin_path)
|
||||
|
||||
from ray.raylet import ObjectID, _config # noqa: E402
|
||||
from ray.profiling import profile # noqa: E402
|
||||
|
||||
Reference in New Issue
Block a user