Commit 058b08c0 authored by leswing's avatar leswing
Browse files

whack-a-mol I might need to do a more targeted pass

parent 3f743b64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -531,7 +531,7 @@ class DiskDataset(Dataset):
      out_ids = None

    # note that this corresponds to the _construct_metadata column order
    return [basename, out_ids, out_X, out_y, out_w]
    return [out_ids, out_X, out_y, out_w]

  def save_to_disk(self):
    """Save dataset to disk."""