Skip to content

Commit

Permalink
Update structuretoolkit/analyse/spatial.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Mar 19, 2024
1 parent 61a4ca1 commit 975868a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structuretoolkit/analyse/spatial.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def get_interstitials(
def get_layers(
structure: Atoms,
distance_threshold: float = 0.01,
id_list: list = None,
id_list: Optional[list[int]] = None,
wrap_atoms: bool = True,
planes: np.ndarray = None,
cluster_method: str = None,
Expand Down

0 comments on commit 975868a

Please sign in to comment.