We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1a2ef commit 5a3c068Copy full SHA for 5a3c068
conftest.py
@@ -5,6 +5,6 @@ def pytest_sessionstart(session):
5
os.environ["AESARA_FLAGS"] = ",".join(
6
[
7
os.environ.setdefault("AESARA_FLAGS", ""),
8
- "floatX=float64,on_opt_error=raise,on_shape_error=raise",
+ "floatX=float64,on_opt_error=raise,on_shape_error=raise,cast_policy=numpy+floatX",
9
]
10
)
0 commit comments