From a9d1c28d8072ba59f5dcb029a269998b21e4e2c0 Mon Sep 17 00:00:00 2001 From: JosePizarro3 Date: Tue, 12 Mar 2024 23:30:53 +0100 Subject: [PATCH] Fix imports --- src/nomad_simulations/utils/utils.py | 2 +- tests/test_model_system.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/nomad_simulations/utils/utils.py b/src/nomad_simulations/utils/utils.py index 0b8a2f3b..20178de8 100644 --- a/src/nomad_simulations/utils/utils.py +++ b/src/nomad_simulations/utils/utils.py @@ -130,7 +130,7 @@ def is_not_representative(model_system, logger: BoundLogger = None): def check_archive(archive: ArchiveSection, logger: BoundLogger = None): """ - Checks if the given `Archive` is empty and logs a warning. + Checks if the given `ArchiveSection` is empty and logs a warning. Args: archive (ArchiveSection): The `ArchiveSection` to check. diff --git a/tests/test_model_system.py b/tests/test_model_system.py index 04a007a9..9e1a050d 100644 --- a/tests/test_model_system.py +++ b/tests/test_model_system.py @@ -24,7 +24,6 @@ from . import logger from .conftest import get_template_atomic_cell from nomad_simulations.model_system import ( - AtomicCell, Symmetry, ChemicalFormula, ModelSystem,