Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Nov 7, 2024
1 parent db6f139 commit 4e808ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/jaxmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ def forward(

if __name__ == "__main__":
import platform

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

0 comments on commit 4e808ca

Please sign in to comment.