Skip to content

Commit b7a3055

Browse files
authored
Merge branch 'main' into lsc-1771432714.438229
2 parents 729e98b + 45f97fc commit b7a3055

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/nightly-pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7878

7979
- name: Set up Python ${{matrix.python-version}}
80-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
80+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
8181
id: cache
8282
with:
8383
python-version: ${{matrix.python-version}}

.github/workflows/scorecard-scanner.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ jobs:
7373

7474
- name: Upload results to code-scanning dashboard
7575
# yamllint disable rule:line-length
76-
uses: github/codeql-action/upload-sarif@ba454b8ab46733eb6145342877cd148270bb77ab # codeql-bundle-v2.23.5
76+
uses: github/codeql-action/upload-sarif@5e7a52feb2a3dfb87f88be2af33b9e2275f48de6 # codeql-bundle-v2.24.2
7777
with:
7878
sarif_file: scorecard-results.sarif
7979

8080
- if: github.event.inputs.debug == true || runner.debug == true
8181
name: Upload results as artifacts to the workflow Summary page
8282
# yamllint disable rule:line-length
83-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
83+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8484
with:
8585
name: Scorecard SARIF file
8686
path: scorecard-results.sarif

src/openfermion/resource_estimates/pbc/thc/compute_lambda_thc_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ def test_kpoint_thc_lambda():
7878
)
7979
helper = KPTHCDoubleTranslation(kpt_thc.chi, kpt_thc.zeta, mf)
8080
lambda_data = compute_lambda(hcore_mo, helper)
81-
assert np.isclose(lambda_data.lambda_total, 93.84613761765415)
81+
assert np.isclose(lambda_data.lambda_total, 93.8478, atol=2e-3)

0 commit comments

Comments
 (0)