mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
chore(common): fix remaining numpy links
This commit is contained in:
committed by
Quentin Bourgerie
parent
56d2d3e40d
commit
c7689b6c78
@@ -112,7 +112,7 @@ class Graph:
|
||||
if pred_node.operation != Operation.Input:
|
||||
dtype = node.inputs[index].dtype
|
||||
if isinstance(dtype, Integer):
|
||||
# see https://github.com/zama-ai/concrete-numpy/blob/main/docs/_static/p_error_simulation.pdf # noqa: E501 # pylint: disable=line-too-long
|
||||
# see https://github.com/zama-ai/concrete/blob/main/docs/_static/p_error_simulation.pdf # noqa: E501 # pylint: disable=line-too-long
|
||||
# to learn more about the distribution of error
|
||||
|
||||
if p_error not in P_ERROR_PER_ERROR_SIZE_CACHE:
|
||||
|
||||
Reference in New Issue
Block a user