提交 0ad85a41 编写于 作者: M Megvii Engine Team

test(mge): do not ignore data test

GitOrigin-RevId: 937d24df5eb6cc9f5c576f065a8dbda977b6cae7
上级 85b41a90
......@@ -230,7 +230,7 @@ class _ParallelMapDataLoaderIter(_BaseMapDataLoaderIter):
]
# use shared-memory queue implemented by pyarrow plasma store.
from ._queue import PlasmaShmQueue
from .tools._queue import PlasmaShmQueue
self.batch_queue = PlasmaShmQueue(maxsize=2)
......@@ -458,7 +458,7 @@ class _ParallelStreamDataLoaderIter(_BaseStreamDataLoaderIter):
]
# shared-memory queue implemented by pyarrow plasma store
from ._queue import PlasmaShmQueue
from .tools._queue import PlasmaShmQueue
self.batch_queue = PlasmaShmQueue(maxsize=2)
......
......@@ -13,6 +13,8 @@ else
exit 1
fi
export MEGENGINE_LOGGING_LEVEL="ERROR"
pushd $(dirname "${BASH_SOURCE[0]}")/.. >/dev/null
PYTHONPATH="." PY_IGNORE_IMPORTMISMATCH=1 python3 -m pytest $test_dirs -m 'not isolated_distributed'
if [[ "$TEST_PLAT" == cuda ]]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册