mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
fix: revert check argument of subprocess.run as the return code is already checked below
This commit is contained in:
@@ -182,7 +182,7 @@ def perform_measurements(script, script_without_extension, target_id, metrics, s
|
||||
process = subprocess.run(
|
||||
["python", f"{script_without_extension}.measure.py"],
|
||||
capture_output=True,
|
||||
check=True,
|
||||
check=False,
|
||||
)
|
||||
|
||||
# Print sample information
|
||||
|
||||
Reference in New Issue
Block a user