Skip to content
Snippets Groups Projects
INTERLoadingTest.py 511 B
Newer Older
#pylint: disable=no-init
from LoadAndCheckBase import *

#
#Test File loading and basic data integrity checks of INTER data in Mantid.
#
class INTERLoadingTest(LoadAndCheckBase):
    def get_raw_workspace_filename(self):
        return "INTER00007709.raw"
    def get_nexus_workspace_filename(self):
        return "INTER00007709.nxs"
    def get_integrated_reference_workspace_filename(self):
        return "INTER00007709Integrated.nxs"

    def get_expected_instrument_name(self):
Dan Nixon's avatar
Dan Nixon committed
        return "INTER"