From 4e808caaa427f68e158e57860b1cb058c83c9d7a Mon Sep 17 00:00:00 2001 From: "William S. Moses" Date: Wed, 6 Nov 2024 20:54:28 -0500 Subject: [PATCH] fmt --- test/jaxmd.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/jaxmd.py b/test/jaxmd.py index bfce2369..ba3105ec 100644 --- a/test/jaxmd.py +++ b/test/jaxmd.py @@ -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()