diff --git a/pytensor/configdefaults.py b/pytensor/configdefaults.py index a81fd63905..87e6aa240c 100644 --- a/pytensor/configdefaults.py +++ b/pytensor/configdefaults.py @@ -248,7 +248,7 @@ def add_basic_configvars(): "cast_policy", "Rules for implicit type casting", EnumStr( - "custom", + "numpy+floatX", ["numpy+floatX"], # The 'numpy' policy was originally planned to provide a # smooth transition from numpy. It was meant to behave the