Skip to content

Commit

Permalink
remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandidi committed Mar 21, 2024
1 parent 380a738 commit e455ad0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Add stage-based conditions to `setup` in `ProteinDataModule` [#72](https://github.com/a-r-j/ProteinWorkshop/pull/72)
* Improves support for datamodules with multiple test sets. Generalises this to support GO and FOLD. Also adds multiple seq ID.-based splits for GO. [#72](https://github.com/a-r-j/ProteinWorkshop/pull/72)
* Add redownload checks for already downloaded datasets and harmonise pdb download interface [#86](https://github.com/a-r-j/ProteinWorkshop/pull/86)
* Remove remaining errors from PDB dataset change

### Models

Expand Down
1 change: 0 additions & 1 deletion proteinworkshop/datasets/pdb_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ def parse_dataset(self) -> Dict[str, pd.DataFrame]:
f"Split {k} has {len(splits[k])} chains after excluding failing PDB"
)
self.splits = splits
breakpoint()
return splits

def exclude_pdbs(self):
Expand Down

0 comments on commit e455ad0

Please sign in to comment.