Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/bugfix/8344_automatically_transp…
Browse files Browse the repository at this point in the history
…ose_data_in_diagnostics'
  • Loading branch information
jawrainey committed Dec 2, 2013
2 parents c41dfa1 + eaae1a9 commit c342a16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SystemTests/AnalysisTests/ISISIndirectInelastic.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def _validate_properties(self):

#------------------------- OSIRIS tests ---------------------------------------

class OSIRISDiagnostics(ISISIndirectInelasticDiagnostics):
class IRISDiagnostics(ISISIndirectInelasticDiagnostics):

def __init__(self):
ISISIndirectInelasticDiagnostics.__init__(self)
Expand All @@ -429,11 +429,11 @@ def __init__(self):
self.suffix = 'graphite002'

def get_reference_files(self):
return ["II.OSIRISDiagnostics.nxs"]
return ["II.IRISDiagnostics.nxs"]

#------------------------- IRIS tests -----------------------------------------

class IRISDiagnostics(ISISIndirectInelasticDiagnostics):
class OSIRISDiagnostics(ISISIndirectInelasticDiagnostics):

def __init__(self):
ISISIndirectInelasticDiagnostics.__init__(self)
Expand All @@ -443,7 +443,7 @@ def __init__(self):
self.suffix = 'graphite002'

def get_reference_files(self):
return ["II.IRISDiagnostics.nxs"]
return ["II.OSIRISDiagnostics.nxs"]


#==============================================================================
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit c342a16

Please sign in to comment.