We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7975a6 commit 8417b4bCopy full SHA for 8417b4b
src/skillmodels/maximization_inputs.py
@@ -15,7 +15,7 @@
15
from skillmodels.process_debug_data import process_debug_data
16
from skillmodels.process_model import process_model
17
18
-jax.config.update("jax_enable_x64", False) # noqa: FBT003
+jax.config.update("jax_enable_x64", True) # noqa: FBT003
19
20
21
def get_maximization_inputs(model_dict, data):
0 commit comments