Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
7acd67ef
Commit
7acd67ef
authored
Feb 24, 2021
by
Srikanth Ravipati
Committed by
Peterson, Peter
Mar 10, 2021
Browse files
Set and unset ISIS facility
parent
8cfaa415
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/test/ReflectometryQuickAuxiliaryTest.py
View file @
7acd67ef
...
...
@@ -9,6 +9,7 @@ import unittest
from
isis_reflectometry
import
quick
from
mantid.simpleapi
import
*
from
mantid.kernel
import
config
class
ReflectometryQuickAuxiliaryTest
(
unittest
.
TestCase
):
...
...
@@ -131,4 +132,6 @@ class ReflectometryQuickAuxiliaryTest(unittest.TestCase):
if
__name__
==
'__main__'
:
config
.
setFacility
(
"ISIS"
)
unittest
.
main
()
config
.
setFacility
(
"NONE"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment