Skip to content

Commit

Permalink
mark molbe_io_fcidump_test.py as known to fail
Browse files Browse the repository at this point in the history
Apparently the MO coefficients still differ, while the energy is spot
on. It most likely results from near-degeneracies and free rotations
between occupied orbitals. the test probably requires to supply MO
coefficients
  • Loading branch information
mcocdawc committed Nov 19, 2024
1 parent 17217aa commit 302af67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quemb_unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Test with pytest
run: |
cd tests
QUEMB_SKIP_EXPENSIVE_TESTS=true pytest --doctest-modules --junitxml=junit/quemb-test-results_${{ matrix.python-version }}.xml molbe_io_fcidump_test.py
QUEMB_SKIP_EXPENSIVE_TESTS=true pytest --doctest-modules --junitxml=junit/quemb-test-results_${{ matrix.python-version }}.xml
if: always()

- name: Upload pytest junit results
Expand Down
4 changes: 2 additions & 2 deletions tests/molbe_io_fcidump_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def prepare_system():
return oct_be


# @pytest.mark.skipif(not os.getenv("QUEMB_DO_KNOWN_TO_FAIL_TESTS") == "true",
# reason="This test is known to fail.")
@pytest.mark.skipif(not os.getenv("QUEMB_DO_KNOWN_TO_FAIL_TESTS") == "true",
reason="This test is known to fail.")
def verify_fcidump_writing(kind_of_MO : str):
oct_be = prepare_system()
tmp_dir = Path(mkdtemp())
Expand Down

0 comments on commit 302af67

Please sign in to comment.