Skip to content

Commit

Permalink
- Replace googletest by unittest.
Browse files Browse the repository at this point in the history
- Stop supporting python2.
- Clean notebooks to make them runnable.

PiperOrigin-RevId: 342086808
  • Loading branch information
TerenceLiu4444 committed Nov 12, 2020
1 parent f265f18 commit dd41896
Show file tree
Hide file tree
Showing 5 changed files with 248 additions and 2,950 deletions.
3 changes: 1 addition & 2 deletions lifetime_value/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exports_files([
pytype_library(
name = "lifetime_value",
srcs = ["__init__.py"],
srcs_version = "PY2AND3",
srcs_version = "PY3",
deps = [
":metrics",
":zero_inflated_lognormal",
Expand Down Expand Up @@ -78,7 +78,6 @@ py_test(
python_version = "PY3",
deps = [
":zero_inflated_lognormal",
"//learning/brain/public:disable_tf2", # build_cleaner: keep; go/disable_tf2
# numpy dep,
# scipy dep,
# tensorflow dep,
Expand Down
Loading

0 comments on commit dd41896

Please sign in to comment.