You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ray-project#51334, we discovered we
weren't actually testing code snippets in our user guides. As a result,
there are several broken code snippets in our guides.
This PR fixes some of those code snippets, and re-enables testing on the
user guides.
---------
Signed-off-by: Balaji Veeramani <bveeramani@berkeley.edu>
Signed-off-by: ljstrnadiii <ljstrnadiii@gmail.com>
:ref:`Transforming batches <transforming_batches>` and
@@ -143,7 +142,10 @@ Ray Data calculates statistics during execution for each operator, such as wall
143
142
To view stats about your :class:`Datasets <ray.data.Dataset>`, call :meth:`Dataset.stats() <ray.data.Dataset.stats>` on an executed dataset. The stats are also persisted under `/tmp/ray/session_*/logs/ray-data/ray-data.log`.
144
143
For more on how to read this output, see :ref:`Monitoring Your Workload with the Ray Data Dashboard <monitoring-your-workload>`.
145
144
145
+
.. This snippet below is skipped because of https://github.com/ray-project/ray/issues/54101.
0 commit comments