Skip to content
Snippets Groups Projects
Unverified Commit df8e0467 authored by Martyn Gigg's avatar Martyn Gigg Committed by GitHub
Browse files

Fix import warning in doctest

parent a5fd1d78
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,7 @@ An important aspect of examining the :math:`S(Q,E)` workspace is to plot cuts at ...@@ -52,6 +52,7 @@ An important aspect of examining the :math:`S(Q,E)` workspace is to plot cuts at
import directtools as dt import directtools as dt
from mantid.simpleapi import * from mantid.simpleapi import *
import warnings
DirectILLCollectData(Run='ILL/IN4/084447.nxs', OutputWorkspace='data') DirectILLCollectData(Run='ILL/IN4/084447.nxs', OutputWorkspace='data')
DirectILLReduction(InputWorkspace='data', OutputWorkspace='SofQW') DirectILLReduction(InputWorkspace='data', OutputWorkspace='SofQW')
......
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