Skip to content

Commit

Permalink
[aDAG] Fix test_accelerated_dag regression
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Qiao <ruisearch42@gmail.com>
  • Loading branch information
ruisearch42 committed Sep 6, 2024
1 parent 5c70d96 commit 12e72f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/ray/dag/tests/experimental/test_accelerated_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -1849,6 +1849,8 @@ def test_event_profiling(ray_start_regular, monkeypatch):
assert event.method_name == "inc"
assert event.operation in ["READ", "COMPUTE", "WRITE"]

adag.teardown()


@ray.remote
class TestWorker:
Expand Down

0 comments on commit 12e72f3

Please sign in to comment.