Skip to content

Commit

Permalink
Skip mol atomic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm authored Nov 4, 2022
1 parent 6ec6f45 commit ee6cb32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/emmet-builders/molecules/test_atomic.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def charges_store():
def spins_store():
return MemoryStore()


@pytest.mark.skip(reason="Waiting on molecule update.")
def test_charges_builder(tasks_store, mol_store, charges_store):
builder = PartialChargesBuilder(
tasks_store, mol_store, charges_store, methods=["mulliken", "resp", "critic2"]
Expand All @@ -45,7 +45,7 @@ def test_charges_builder(tasks_store, mol_store, charges_store):
assert charges_store.count() == 138
assert charges_store.count({"deprecated": True}) == 0


@pytest.mark.skip(reason="Waiting on molecule update.")
def test_spins_builder(tasks_store, mol_store, spins_store):
builder = PartialSpinsBuilder(
tasks_store, mol_store, spins_store, methods=["mulliken"]
Expand Down

0 comments on commit ee6cb32

Please sign in to comment.