Skip to content

Commit

Permalink
remove commented out lines
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbrn committed Mar 28, 2024
1 parent 9fa7cd1 commit d6cdc97
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/tape/ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -2047,12 +2047,6 @@ def from_dataset(self, dataset, **kwargs):
column_mapper=col_map,
**kwargs,
)
# return self.from_parquet(
# source_file=dataset_info["source_file"],
# object_file=dataset_info["object_file"],
# column_mapper=col_map,
# **kwargs,
# )

def available_datasets(self):
"""Retrieve descriptions of available TAPE datasets.
Expand Down

0 comments on commit d6cdc97

Please sign in to comment.