Skip to content

Commit

Permalink
trying to fix publication
Browse files Browse the repository at this point in the history
  • Loading branch information
martin de la gorce committed May 11, 2024
1 parent 6d27ee4 commit 89b8d20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
# to supply options, put them in 'env', like:
# env:
# CIBW_SOME_OPTION: value
env:
CIBW_SKIP: pp31* # problem with missing GCC 8.4

- uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions tests/test_rgb_image_hand_fitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def test_rgb_image_hand_fitting_pytorch() -> None:
2117.9946156293213, # google colab
2112.3014481160876, # github action windows python 3.8
2108.0875835193865, # github action ubuntu python 3.7
2121.835226209652, # github action windows python 3.10
]

assert np.any(np.abs(np.array(possible_results) - energies[49]) < 1e-5)
Expand Down

0 comments on commit 89b8d20

Please sign in to comment.