Skip to content

Commit

Permalink
Supporting SDF with SDF-initiated splitting.
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloem committed Jun 13, 2022
1 parent a23ff4b commit 86bfcdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ray_beam_runner/portability/ray_runner_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1114,6 +1114,7 @@ def test_pack_combiners(self):
# it makes the probability of sampling far too small
# upon repeating bundle processing due to unncessarily incrementing
# the sampling counter.
@unittest.skip('Metrics not yet supported.')
class RayRunnerMetricsTest(unittest.TestCase):
@classmethod
def setUpClass(cls) -> None:
Expand Down Expand Up @@ -1505,6 +1506,7 @@ def has_mi_for_ptransform(mon_infos, ptransform):
raise


@unittest.skip('Runner-initiated splitting not yet supported')
class RayRunnerSplitTest(unittest.TestCase):
@classmethod
def setUpClass(cls) -> None:
Expand Down

0 comments on commit 86bfcdd

Please sign in to comment.