Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elkoz committed Dec 21, 2023
1 parent 28bf72e commit a638194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proteinflow/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def __init__(
seqs : list of str
Amino acid sequences of the protein (one-letter code)
crds : list of np.ndarray
Coordinates of the protein, `'numpy'` arrays of shape `(L, 4, 3)`,
Coordinates of the protein, `numpy` arrays of shape `(L, 14, 3)`,
in the order of `N, C, CA, O`
masks : list of np.ndarray
Mask arrays where 1 indicates residues with known coordinates and 0
Expand Down

0 comments on commit a638194

Please sign in to comment.