Skip to content

Commit

Permalink
Update jaxmd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Nov 7, 2024
1 parent 4e89540 commit 2c92c45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/jaxmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,7 @@ def forward(


if __name__ == "__main__":
import platform
# Deps not available on macos
if platform.system() == 'Darwin': return
absltest.main()

0 comments on commit 2c92c45

Please sign in to comment.