Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamasb committed Feb 5, 2024
1 parent 0a05401 commit bf61259
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions proteinworkshop/datasets/fold_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,17 +218,6 @@ def test_dataloader(
num_workers=self.num_workers,
)

# def get_test_loader(self, split: str) -> ProteinDataLoader:
# log.info(f"Getting test loader: {split}")
# test_ds = self._get_dataset(f"test_{split}")
# return ProteinDataLoader(
# test_ds,
# batch_size=self.batch_size,
# shuffle=False,
# pin_memory=self.pin_memory,
# num_workers=self.num_workers,
# )

def parse_dataset(self, split: str) -> pd.DataFrame:
"""
Parses the raw dataset files to Pandas DataFrames.
Expand Down

0 comments on commit bf61259

Please sign in to comment.