Skip to content
Snippets Groups Projects
Commit 8727cb92 authored by Brandon Hewer's avatar Brandon Hewer Committed by GitHub
Browse files

Update ReplaceSpecialValues-v1.rst

parent 4d627a8c
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ Output:
ws = ReplaceSpecialValues(ws, SmallNumberThreshold=1e-6)
print("Before\t\t After")
print("{0}\t{1}".format(wsYArray[0], ws.readY(0)[0]))
print("{0}\t{1:.1f}".format(wsYArray[0], ws.readY(0)[0]))
Output:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment