Skip to content
Snippets Groups Projects
Commit 4b4b10fd authored by Owen Arnold's avatar Owen Arnold
Browse files

refs #13919. Fix doctest.

parent 0d6e4c15
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,6 @@ Usage
print 'Number Histograms',out_ws.getNumberHistograms()
print 'Min X:', out_ws.readX(0)[0], 'Max X:', out_ws.readX(0)[1]
y_data = out_ws.extractY()
print 'Min Y:', np.amin(y_data), 'Max Y:', np.amax(y_data)
Output:
......@@ -38,7 +36,6 @@ Output:
Number Histograms 2
Min X: 0.0 Max X: 10.0
Min Y: 0.5 Max Y: 1.0
**Example - With Solid Angle Correction **
......
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