Skip to content

Commit

Permalink
docs: update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
elkoz committed Dec 28, 2023
1 parent 84676be commit 46822ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions proteinflow/data/torch.py
Original file line number Diff line number Diff line change
Expand Up @@ -908,8 +908,9 @@ def set_cdr(self, cdr):
Parameters
----------
cdr : {"H1", "H2", "H3", "L1", "L2", "L3"}
The CDR to be iterated over. Set to `None` to go back to iterating over all chains.
cdr : list | str | None
The CDR to be iterated over (choose from H1, H2, H3, L1, L2, L3).
Set to `None` to go back to iterating over all chains.
"""
if not self.sabdab:
Expand Down

0 comments on commit 46822ef

Please sign in to comment.