Commit b9694079 authored by Michelle Gill's avatar Michelle Gill
Browse files

yapfed

parent 9157af0b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1199,8 +1199,8 @@ class DAGTensorGraph(DAGModel):
class PetroskiSuchTensorGraph(PetroskiSuchModel):

  warnings.warn(
      TENSORGRAPH_DEPRECATION.format("PetroskiSuchTensorGraph", "PetroskiSuchModel"),
      FutureWarning)
      TENSORGRAPH_DEPRECATION.format("PetroskiSuchTensorGraph",
                                     "PetroskiSuchModel"), FutureWarning)

  def __init__(self, *args, **kwargs):

+1 −2
Original line number Diff line number Diff line
@@ -264,8 +264,7 @@ def benchmark_classification(train_dataset,

    all_data = deepchem.data.DiskDataset.merge(
        [train_dataset, valid_dataset, test_dataset])
    char_dict, length = deepchem.models.TextCNNModel.build_char_dict(
        all_data)
    char_dict, length = deepchem.models.TextCNNModel.build_char_dict(all_data)

    model = deepchem.models.TextCNNModel(
        len(tasks),