Skip to content

Commit

Permalink
typo: issue#45
Browse files Browse the repository at this point in the history
  • Loading branch information
lathuili committed Mar 29, 2024
1 parent a459d26 commit 2c871e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyTools/DD_stoch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 2c871e7

Please sign in to comment.