diff --git a/backend/operations.py b/backend/operations.py index b96616c9..8a40fa09 100644 --- a/backend/operations.py +++ b/backend/operations.py @@ -150,7 +150,7 @@ class ForgeOperationsWithManualCast(ForgeOperations): @contextlib.contextmanager -def using_forge_operations(parameters_manual_cast=True, operations=None): +def using_forge_operations(parameters_manual_cast=False, operations=None): if operations is None: operations = ForgeOperations