Skip to content

Commit

Permalink
make predict helper test pass in bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-hoss committed Mar 6, 2024
1 parent 68d8486 commit a932818
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions python-sdk/nuscenes/prediction/BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
py_library(
name = "prediction",
srcs = [
"__init__.py",
"helper.py",
],
deps = [
"//python-sdk/nuscenes/eval",
],
visibility = ["//visibility:public"],
)
2 changes: 1 addition & 1 deletion python-sdk/nuscenes/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ py_test(
visibility = ["//visibility:public"],
deps = [
"//python-sdk/nuscenes",
# TODO add nuscenes.prediction
"//python-sdk/nuscenes/prediction",
],
imports = ["../.."], # add this to PYTHONPATH, relative to this BUILD file
env = {
Expand Down

0 comments on commit a932818

Please sign in to comment.