Skip to content

Commit 07de8ab

Browse files
committed
quick fix
1 parent a2592f1 commit 07de8ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

alphafold3_pytorch/alphafold3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5705,6 +5705,7 @@ def calc_atom_access_surface_score(
57055705

57065706
# atom_rel_pos = einx.get_at('i [m] c, i j -> i j c', atom_rel_pos, include_indices)
57075707

5708+
include_in_free_calc = include_in_free_calc.bool()
57085709
atom_rel_pos = atom_rel_pos.gather(1, repeat(include_indices, 'i j -> i j c', c = 3))
57095710
target_atom_radii_sq = atom_radii_sq[include_indices]
57105711

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.5.53"
3+
version = "0.5.54"
44
description = "Alphafold 3 - Pytorch"
55
authors = [
66
{ name = "Phil Wang", email = "[email protected]" },

0 commit comments

Comments
 (0)