Skip to content

Commit

Permalink
try again again
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed May 7, 2024
1 parent 0faf92f commit b9f2278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcengine/programs/tests/test_ghost.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def test_tricky_ghost(driver, qcprog, subject, basis, keywords):
res = qcng.compute(atin, qcprog, raise_error=True)
pytest.xfail("no ghosts with gamess")

atres = qcng.compute(atin, qcprog, task_config={"ncores": 1, "memory": 2})
atres = qcng.compute(atin, qcprog)
pprint.pprint(atres.dict(), width=200)

assert compare_values(
Expand Down

0 comments on commit b9f2278

Please sign in to comment.