似乎在单元测试中出现了。
FAILED tests/integration_tests/test_ray.py::test_ray_outputs[csv] - ray.exceptions.RayTaskError(ValueError): ray::_get_metadata() (pid=25622, ip=10.1.0.87)
At least one of the input arguments for this task could not be computed:
ray.exceptions.RayTaskError: ray::dask:('from-delayed-bd7edf57bc41404e58e458f487d35927', 0) (pid=25622, ip=10.1.0.87)
File "/opt/hostedtoolcache/Python/3.7.15/x64/lib/python3.7/site-packages/ray/util/dask/scheduler.py", line 432, in dask_task_wrapper
result = func(*actual_args)
File "/opt/hostedtoolcache/Python/3.7.15/x64/lib/python3.7/site-packages/dask/dataframe/utils.py", line 409, in check_meta
"%s" % ((" in `%s`" % funcname if funcname else ""), errmsg)
ValueError: Metadata mismatch found in `from_delayed`.
Partition type: `pandas.core.frame.DataFrame`
+----------------------------+--------+----------------------------------------+
| Column | Found | Expected |
+----------------------------+--------+----------------------------------------+
| 'set_C394A_predictions' | object | TensorDtype(shape=(4,), dtype=int64) |
| 'set_C394A_probabilities' | object | TensorDtype(shape=(4,), dtype=float32) |
| 'vector_27C5B_predictions' | object | TensorDtype(shape=(5,), dtype=float32) |
+----------------------------+--------+----------------------------------------+
2条答案
按热度按时间velaa5lx1#
可能已解决,最近没看到这个问题。
xj3cbfub2#
@tgaddair 仍然似乎不稳定,我将其标记为不稳定并跳过。有时我看到csv版本的测试存在问题,其他时候我看到parquet版本的测试存在问题。