(
ray_start_regular_shared,
)
| 105 | |
| 106 | |
| 107 | def test_flat_map( |
| 108 | ray_start_regular_shared, |
| 109 | ): |
| 110 | _test_updating_context_after_dataset_creation( |
| 111 | lambda: ray.data.range(1).flat_map( |
| 112 | lambda _: [{"id": DataContext.get_current().get_config("foo")}] |
| 113 | ) |
| 114 | ) |
| 115 | |
| 116 | |
| 117 | def test_map_batches( |
nothing calls this directly
no test coverage detected
searching dependent graphs…