Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
INTERLoadingTest.py 513 B
#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):
        return "INTER"