Skip to content

Commit c026d14

Browse files
committed
quick fix to types
1 parent 56ad227 commit c026d14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alphafold3_pytorch/utils/model_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def distance_to_dgram(
4141
distance: Float['... dist'],
4242
bins: Float[' bins'],
4343
return_labels: bool = False,
44-
) -> Int['... dist']:
44+
) -> Int['... dist'] | Int['... dist bins']:
4545
"""
4646
converting from distance to discrete bins, for distance_labels and pae_labels
4747
using the same logic as openfold

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "alphafold3-pytorch"
3-
version = "0.4.32"
3+
version = "0.4.33"
44
description = "Alphafold 3 - Pytorch"
55
authors = [
66
{ name = "Phil Wang", email = "[email protected]" },

0 commit comments

Comments
 (0)