Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed May 7, 2024
1 parent 6702d92 commit 0faf92f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ jobs:
python -c "import qcengine; print(qcengine.config.global_repr())"
- name: Configure QCEngine
if: false
run: |
cat > qcengine.yaml <<EOF
all:
Expand Down
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)
atres = qcng.compute(atin, qcprog, task_config={"ncores": 1, "memory": 2})
pprint.pprint(atres.dict(), width=200)

assert compare_values(
Expand Down

0 comments on commit 0faf92f

Please sign in to comment.