"lib/engines/python/src/lib.rs" did not exist on "ecf53ce2b38971dc9b5dde6f70d74cfc5b870c35"
Commit f1402490 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Add missing bracket

parent 4e934f74
...@@ -233,7 +233,7 @@ class InvariantPointAttention(nn.Module): ...@@ -233,7 +233,7 @@ class InvariantPointAttention(nn.Module):
r: Rigid, r: Rigid,
mask: torch.Tensor, mask: torch.Tensor,
_offload_inference: bool = False, _offload_inference: bool = False,
_z_reference_list: Optional[Sequence[torch.Tensor] = None, _z_reference_list: Optional[Sequence[torch.Tensor]] = None,
) -> torch.Tensor: ) -> torch.Tensor:
""" """
Args: Args:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment