Commit 73c4eed8 authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Removing cruft

parent 1cee7b7a
Loading
Loading
Loading
Loading
+4 −20
Original line number Diff line number Diff line
#!/usr/bin/python
#
# Copyright 2015 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# 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.

"""Test ops for graph construction."""
from __future__ import print_function
from __future__ import division
from __future__ import unicode_literals

import os


import numpy as np
import tensorflow as tf

from google.protobuf import text_format

from tensorflow.python.framework import ops
@@ -35,7 +20,6 @@ from deepchem.models.tensorflow_models import model_ops
FLAGS = flags.FLAGS
FLAGS.test_random_seed = 20151102


class ModelOpsTest(test_util.TensorFlowTestCase):

  def setUp(self):