Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Charlop-Powers authored and Zachary Charlop-Powers committed Feb 25, 2025
1 parent b08f4eb commit c4e6595
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_load_biotite.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ def test_loading():
# use the class method
mol = mn.entities.Molecule.from_array(arr)
assert isinstance(mol, mn.entities.Molecule)
assert mol.file_path == None
assert mol.file == "ARRAY_LOADED_DIRECTLY"
assert mol._frames_collection == None
#assert mol._entity_type == EntityType.MOLECULE
assert mol._assemblies() == None
assert mol.n_atoms == 4730

0 comments on commit c4e6595

Please sign in to comment.