Skip to content
Snippets Groups Projects
Commit 907f9646 authored by Martyn Gigg's avatar Martyn Gigg
Browse files

Minor change to IRIS system test file comparison

Refs #0
parent 02d2bbba
No related branches found
No related tags found
No related merge requests found
......@@ -849,10 +849,12 @@ class IRISIqtAndIqtFit(ISISIndirectInelasticIqtAndIqtFit):
def get_reference_files(self):
self.tolerance = 1e-3
ref_files = ['II.IRISFury.nxs']
if platform.system() == "Darwin" or platform.linux_distribution()[0] == "Ubuntu":
ref_files += ['II.IRISFuryFitSeq.nxs']
# gsl v2 gives a slightly different result than v1
# we could do with a better check than this
if platform.linux_distribution()[0] == "Ubuntu":
ref_files += ['II.IRISFuryFitSeq_gslv2.nxs']
else:
ref_files += ['II.IRISFuryFitSeq_win.nxs']
ref_files += ['II.IRISFuryFitSeq_gslv1.nxs']
return ref_files
#==============================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment