From 2c871e7c73516100b9509474432557be97619267 Mon Sep 17 00:00:00 2001 From: BRUNO LATHUILIERE Date: Fri, 29 Mar 2024 09:45:32 +0100 Subject: [PATCH] typo: issue#45 --- pyTools/DD_stoch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyTools/DD_stoch.py b/pyTools/DD_stoch.py index e5773a7..4f05350 100644 --- a/pyTools/DD_stoch.py +++ b/pyTools/DD_stoch.py @@ -1033,7 +1033,7 @@ def noPerturbationFailsFailure(self): print("Suggestions:") cmpScript=os.path.relpath(self.compare_, os.getcwd()) - print("\t1) check if reproducibilty discrepancies are larger than the failure criteria of the script %s"%cmpScript) + print("\t1) check if reproducibility discrepancies are larger than the failure criteria of the script %s"%cmpScript) print("\t2) check the libm library is not instrumented") print("Directory to analyze: NoPerturbation") failure()