Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Nov 13, 2024
1 parent 4aa2a1c commit 5cc35c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/utils/test_architectures.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ def is_None(*args, **kwargs) -> None:

def test_find_all_architectures():
all_arches = find_all_architectures()
assert len(all_arches) == 4
assert len(all_arches) == 5

assert "experimental.alchemical_model" in all_arches
assert "experimental.gap" in all_arches
assert "experimental.pet" in all_arches
assert "experimental.soap_bpnn" in all_arches
assert "experimental.nanopet" in all_arches


def test_get_architecture_path():
Expand Down

0 comments on commit 5cc35c0

Please sign in to comment.