From 71a432284846a9b3ad26b2b904919bd53a946a4f Mon Sep 17 00:00:00 2001 From: Alvin Noe Ladines Date: Mon, 17 Mar 2025 12:29:40 +0100 Subject: [PATCH] Remove NDArray --- systemnormalizer/normalizer.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/systemnormalizer/normalizer.py b/systemnormalizer/normalizer.py index 3f4e43d..7e8ef1f 100644 --- a/systemnormalizer/normalizer.py +++ b/systemnormalizer/normalizer.py @@ -17,7 +17,6 @@ # from typing import Any, Dict -from nptyping import NDArray import ase import numpy as np import json @@ -491,7 +490,7 @@ def springer_classification(self, section_run, atoms, space_group_number): self.logger.info("Mismatch in Springer classification or compounds") def prototypes( - self, section_run, atom_species: NDArray, wyckoffs: NDArray, spg_number: int + self, section_run, atom_species: np.ndarray, wyckoffs: np.ndarray, spg_number: int ) -> None: """Tries to match the material to an entry in the AFLOW prototype data. If a match is found, a section_prototype is added to section_system.