aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf-graph-common/lib/scene/minimap.ts
diff options
context:
space:
mode:
authorGravatar Dan Smilkov <dsmilkov@gmail.com>2016-03-07 16:29:41 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-03-08 17:16:52 -0800
commit16f2a29fda4d9efc9d169e443edbcc326a20e162 (patch)
treecc96e3fcc42a9d671a8b031335e34bae7afbd0c9 /tensorflow/tensorboard/components/tf-graph-common/lib/scene/minimap.ts
parent4e00949e5b7469b66505b37f965f36b66b7a41fc (diff)
Fix (and cleanup) tests in TensorBoard and simplified build process.
Fixed things: - The internal testing was not testing lib/js/node-radar and components/tf-categorizer. - The external testing (gulp test) was not running any tests in lib/js/*, and also components/tf-categorizer. - Now both systems test everything. Cleaned things: - Unified the html test files for external (gulp test) and internal testing into one file. - running `wct` or `gulp test` (both commands are equivalent) runs the tests - When debugging tests, run `wct -p -l chrome` to open a persistent chrome browser, where you can tweak code and immediately refresh the browser to see the new test results. - Removed the unnecessary /// <reference path="" in ts files, since the typings are linked via tsconfig.json - Reused the <tf-tensoboard-demo> in the existing demo page (tf-tensorboard/demo/index.html) Change: 116601367
Diffstat (limited to 'tensorflow/tensorboard/components/tf-graph-common/lib/scene/minimap.ts')
-rw-r--r--tensorflow/tensorboard/components/tf-graph-common/lib/scene/minimap.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/tensorflow/tensorboard/components/tf-graph-common/lib/scene/minimap.ts b/tensorflow/tensorboard/components/tf-graph-common/lib/scene/minimap.ts
index 72464c69c4..bd8917929f 100644
--- a/tensorflow/tensorboard/components/tf-graph-common/lib/scene/minimap.ts
+++ b/tensorflow/tensorboard/components/tf-graph-common/lib/scene/minimap.ts
@@ -12,9 +12,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
-
-/// <reference path="../common.ts" />
-
module tf.scene {
/** Show minimap when the viewpoint area is less than X% of the whole area. */