Skip to content

Commit 48eaac8

Browse files
Grain Teamcopybara-github
authored andcommitted
Internal changes only.
PiperOrigin-RevId: 887116258
1 parent 35bc6b0 commit 48eaac8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

  • grain/_src/python/dataset/transformations

grain/_src/python/dataset/transformations/BUILD

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,3 +392,15 @@ py_test(
392392
"@pypi//numpy:pkg",
393393
],
394394
)
395+
396+
py_strict_test(
397+
name = "autotune_sandbox_test",
398+
srcs = ["autotune_sandbox_test.py"],
399+
deps = [
400+
":core_transformations",
401+
"//grain",
402+
"//grain/_src/python:options",
403+
"//grain/_src/python/experimental/autotune/python:bindings",
404+
"@abseil-py//absl/testing:absltest",
405+
],
406+
)

0 commit comments

Comments
 (0)