Ticket #7419: test_depr.py
File test_depr.py, 352 bytes (added by Martyn Gigg, 7 years ago) |
---|
Line | |
---|---|
1 | # Out of the box is V2 |
2 | |
3 | # Uncomment this for version 1 |
4 | #from mantidsimple import * |
5 | |
6 | # Uncomment this for version 2 |
7 | #from mantid.simpleapi import * |
8 | |
9 | #suppressV1Warnings(__file__) |
10 | |
11 | Load(Filename=r'CNCS_7860_event.nxs',OutputWorkspace='CNCS_7860_event') |
12 | Rebin(InputWorkspace='CNCS_7860_event',OutputWorkspace='CNCS_7860_event', |
13 | Params='5,1,10000') |