Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Mar 12, 2024
1 parent 99fb694 commit a9d1c28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/nomad_simulations/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion tests/test_model_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
from . import logger
from .conftest import get_template_atomic_cell
from nomad_simulations.model_system import (
AtomicCell,
Symmetry,
ChemicalFormula,
ModelSystem,
Expand Down

0 comments on commit a9d1c28

Please sign in to comment.