Skip to content

Commit

Permalink
refactor: removing unused kwarg exclude_mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
laserkelvin committed Dec 18, 2024
1 parent d23da0a commit 058273c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions matsciml/datasets/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,6 @@ def calculate_periodic_shifts(
adaptive_cutoff: bool = False,
max_neighbors: int = 1000,
is_undirected: bool = False,
exclude_mirror: bool = True,
) -> dict[str, torch.Tensor]:
"""
Compute properties with respect to periodic boundary conditions.
Expand Down Expand Up @@ -915,7 +914,6 @@ def calculate_ase_periodic_shifts(
adaptive_cutoff: bool,
max_neighbors: int = 1000,
is_undirected: bool = False,
exclude_mirror: bool = True,
) -> dict[str, torch.Tensor]:
"""
Calculate edges for the system using ``ase`` routines.
Expand Down

0 comments on commit 058273c

Please sign in to comment.