We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af471e commit 3ad4aaeCopy full SHA for 3ad4aae
galpy/util/_load_extension_libs.py
@@ -21,7 +21,9 @@
21
_libgalpy_actionAngleTorus = None
22
_libgalpy_actionAngleTorus_loaded = None
23
24
-_checked_openmp_issue = False
+# hack to avoid checking for OpenMP issue on emscripten:
25
+# pretend we checked it and it's not an issue
26
+_checked_openmp_issue = sys.platform == "emscripten"
27
28
29
def _detect_openmp_issue():
0 commit comments