Skip to content
Snippets Groups Projects
INTERLoadingTest.py 499 B
Newer Older
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"