Commit 805d18fc authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Yapf

parent 6d1e52b6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@ def load_bbbc001(split='index', reload=True):
                                             transformers)
  return bbbc001_tasks, all_dataset, transformers


def load_bbbc002(split='index', reload=True):
  """Load BBBC002 dataset
  
@@ -97,8 +98,7 @@ def load_bbbc002(split='index', reload=True):

  if not os.path.exists(dataset_file):
    deepchem.utils.download_url(
        'https://data.broadinstitute.org/bbbc/BBBC002/BBBC002_v1_images.zip'
    )
        'https://data.broadinstitute.org/bbbc/BBBC002/BBBC002_v1_images.zip')
  if not os.path.exists(labels_file):
    deepchem.utils.download_url(
        'https://data.broadinstitute.org/bbbc/BBBC002/BBBC002_v1_counts.txt')