We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7269556 commit 4a10cdeCopy full SHA for 4a10cde
oss_scripts/oss_tests.sh
@@ -85,17 +85,10 @@ function test_notebook() {
85
set_status
86
}
87
88
-# TODO(tfds): Re-enable as TF 2.0 gets closer to stable release
89
-if [[ "$PY_BIN" = "python2.7" && "$TF_VERSION" = "2.0.0" ]]
90
-then
91
- echo "Skipping notebook tests"
92
-else
93
- for notebook in $NOTEBOOKS
94
- do
95
- test_notebook $notebook
96
- done
97
-fi
98
-
+for notebook in $NOTEBOOKS
+do
+ test_notebook $notebook
+done
99
100
# Run NSynth, in a contained enviornement
101
function test_isolation_nsynth() {
0 commit comments