We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86994e commit fb0c1baCopy full SHA for fb0c1ba
src/blosc2/lazyexpr.py
@@ -95,8 +95,10 @@
95
try_miniexpr = True
96
if blosc2.IS_WASM:
97
try_miniexpr = False
98
-# if sys.platform == "win32":
99
-# try_miniexpr = False
+if sys.platform == "win32":
+ # Although miniexpr has support for windows, the integration with Blosc2
100
+ # still has some rough edges.
101
+ try_miniexpr = False
102
103
104
def ne_evaluate(expression, local_dict=None, **kwargs):
0 commit comments