Skip to content

Commit

Permalink
code review part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sblackburn-mila committed Oct 11, 2024
1 parent c6f8f96 commit 977f99b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crystal_diffusion/models/egnn_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
import torch

from crystal_diffusion.models.mace_utils import get_adj_matrix
from crystal_diffusion.utils.basis_transformations import get_positions_from_coordinates
from crystal_diffusion.utils.basis_transformations import \
get_positions_from_coordinates


def unsorted_segment_sum(data: torch.Tensor, segment_ids: torch.Tensor, num_segments: int) -> torch.Tensor:
Expand Down

0 comments on commit 977f99b

Please sign in to comment.