mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore: Change default constraint on test
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "globals.h"
|
||||
#include "tests_tools/GtestEnvironment.h"
|
||||
|
||||
const mlir::concretelang::V0FHEConstraint defaultV0Constraints{10, 7};
|
||||
const mlir::concretelang::V0FHEConstraint defaultV0Constraints{1, 1};
|
||||
|
||||
testing::Environment *const dfr_env =
|
||||
testing::AddGlobalTestEnvironment(new DFREnvironment);
|
||||
|
||||
Reference in New Issue
Block a user