From 06af7acc80f0908ec91ca41448f140f7e28ca68a Mon Sep 17 00:00:00 2001 From: Alex Buts <Alex.Buts@stfc.ac.uk> Date: Fri, 6 Mar 2015 15:55:04 +0000 Subject: [PATCH] Re #11217 Removed references files and all mentions for LET2014 --- .../tests/analysis/ISISDirectInelastic.py | 43 ------------------- .../reference/LET14305_3_4mev.nxs.md5 | 1 - .../reference/LET14305_8_0mev.nxs.md5 | 1 - 3 files changed, 45 deletions(-) delete mode 100644 Code/Mantid/Testing/SystemTests/tests/analysis/reference/LET14305_3_4mev.nxs.md5 delete mode 100644 Code/Mantid/Testing/SystemTests/tests/analysis/reference/LET14305_8_0mev.nxs.md5 diff --git a/Code/Mantid/Testing/SystemTests/tests/analysis/ISISDirectInelastic.py b/Code/Mantid/Testing/SystemTests/tests/analysis/ISISDirectInelastic.py index 85c65b3cca3..0a53f6a2f71 100644 --- a/Code/Mantid/Testing/SystemTests/tests/analysis/ISISDirectInelastic.py +++ b/Code/Mantid/Testing/SystemTests/tests/analysis/ISISDirectInelastic.py @@ -429,49 +429,6 @@ class LETReduction(stresstesting.MantidStressTest): return "outWS", "LETReduction.nxs" -class LETReductionEvent2014Multirep(stresstesting.MantidStressTest): - """ - written in a hope that most of the stuff find here will eventually find its way into main reduction routines - """ - - def requiredMemoryMB(self): - """Far too slow for managed workspaces. They're tested in other places. Requires 20Gb""" - return 20000 - - def runTest(self): - """ - Run the LET reduction with event NeXus files - - Relies on LET_Parameters.xml file from June 2013 - """ - #from ISIS_LETReduction import ReduceLET_MultiRep2014 - #red = ReduceLET_MultiRep2014() - - #red.def_advanced_properties() - #red.def_main_properties() - - - #out_ws_list=red.reduce() - - ##mults =[41.178539329370217/41.178300987983413,72.235863046309746/72.231475173892022] - ##New normalization for 3.4 meV: 41.178539329370217 - ##Old normalization for 3.4 meV: 41.178300987983413 - ##New normalization for 8 meV: 72.235863046309746 - ##Old normalization for 8 meV: 72.231475173892022 - ##for ind,ws in enumerate(out_ws_list): - ## ws *=mults[ind] - - - - - - def validate(self): - self.tolerance = 1e-6 - self.tolerance_is_reller=False - self.disableChecking.append('SpectraMap') - self.disableChecking.append('Instrument') - return True - #return "LETreducedEi3.4","LET14305_3_4mev.nxs","LETreducedEi8.0", "LET14305_8_0mev.nxs" class LETReductionEvent2015Multirep(stresstesting.MantidStressTest): """ diff --git a/Code/Mantid/Testing/SystemTests/tests/analysis/reference/LET14305_3_4mev.nxs.md5 b/Code/Mantid/Testing/SystemTests/tests/analysis/reference/LET14305_3_4mev.nxs.md5 deleted file mode 100644 index b0cc8273922..00000000000 --- a/Code/Mantid/Testing/SystemTests/tests/analysis/reference/LET14305_3_4mev.nxs.md5 +++ /dev/null @@ -1 +0,0 @@ -94a08cffaa147469c35863a07e77f8e2 \ No newline at end of file diff --git a/Code/Mantid/Testing/SystemTests/tests/analysis/reference/LET14305_8_0mev.nxs.md5 b/Code/Mantid/Testing/SystemTests/tests/analysis/reference/LET14305_8_0mev.nxs.md5 deleted file mode 100644 index ecbe7a432ca..00000000000 --- a/Code/Mantid/Testing/SystemTests/tests/analysis/reference/LET14305_8_0mev.nxs.md5 +++ /dev/null @@ -1 +0,0 @@ -89e4436d52b2f94cc9aa7e267523a815 \ No newline at end of file -- GitLab