Skip to content

Commit

Permalink
More skip fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Jan 10, 2024
1 parent 5531ae8 commit fad6b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-builders/tests/test_ml.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def materials_store():


@pytest.mark.parametrize("model", [get_universal_calculator("chgnet"), "m3gnet"])
@pytest.mark.skip(reason="Temporary skip. Needs attention.")
# @pytest.mark.skip(reason="Temporary skip. Needs attention.")
def test_ml_ip_builder(materials_store: MemoryStore, model: Union[str, "Calculator"]):
ml_store = MemoryStore(key="material_id")

Expand Down

0 comments on commit fad6b96

Please sign in to comment.