Skip to content

Commit 71a4322

Browse files
committed
Remove NDArray
1 parent ebc7726 commit 71a4322

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

systemnormalizer/normalizer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#
1818

1919
from typing import Any, Dict
20-
from nptyping import NDArray
2120
import ase
2221
import numpy as np
2322
import json
@@ -491,7 +490,7 @@ def springer_classification(self, section_run, atoms, space_group_number):
491490
self.logger.info("Mismatch in Springer classification or compounds")
492491

493492
def prototypes(
494-
self, section_run, atom_species: NDArray, wyckoffs: NDArray, spg_number: int
493+
self, section_run, atom_species: np.ndarray, wyckoffs: np.ndarray, spg_number: int
495494
) -> None:
496495
"""Tries to match the material to an entry in the AFLOW prototype data.
497496
If a match is found, a section_prototype is added to section_system.

0 commit comments

Comments
 (0)