Skip to content

Commit cefb529

Browse files
committed
Mark another test
1 parent 5708ab4 commit cefb529

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/openfermion/resource_estimates/pbc/thc/factorizations

src/openfermion/resource_estimates/pbc/thc/factorizations/isdf_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ def test_G_vector_mapping_single_translation():
253253
assert np.allclose(delta_G_expected, delta_G)
254254

255255

256-
@pytest.mark.slow
257256
@pytest.mark.skipif(not HAVE_DEPS_FOR_RESOURCE_ESTIMATES, reason='pyscf and/or jax not installed.')
257+
@pytest.mark.slow
258258
def test_kpoint_isdf_double_translation():
259259
cell = gto.Cell()
260260
cell.atom = """
@@ -302,6 +302,7 @@ def test_kpoint_isdf_double_translation():
302302

303303

304304
@pytest.mark.skipif(not HAVE_DEPS_FOR_RESOURCE_ESTIMATES, reason='pyscf and/or jax not installed.')
305+
@pytest.mark.slow
305306
def test_kpoint_isdf_single_translation():
306307
cell = gto.Cell()
307308
cell.atom = """

0 commit comments

Comments
 (0)