We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af471e commit cd04b87Copy full SHA for cd04b87
galpy/util/_load_extension_libs.py
@@ -61,7 +61,7 @@ def _detect_openmp_issue():
61
_checked_openmp_issue = True
62
63
64
-def load_libgalpy(check_openmp_issue=True):
+def load_libgalpy(check_openmp_issue=sys.platform != "emscripten"):
65
global _libgalpy
66
global _libgalpy_loaded
67
if _libgalpy_loaded is False or not _libgalpy is None:
0 commit comments