Skip to content
Snippets Groups Projects
Commit a723c174 authored by Elliot Oram's avatar Elliot Oram
Browse files

REmove unused code in VesuvioCommandsTest

Refs #15783
parent 1be07ed5
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,6 @@ class FitSingleSpectrumNoBackgroundTest(stresstesting.MantidStressTest): ...@@ -91,7 +91,6 @@ class FitSingleSpectrumNoBackgroundTest(stresstesting.MantidStressTest):
index_one_last = 0.0072029933 index_one_last = 0.0072029933
index_two_first = 1.057476742e-05 index_two_first = 1.057476742e-05
index_two_last = 7.023179770e-05 index_two_last = 7.023179770e-05
dist = platform.linux_distribution()
if _is_old_boost_version(): if _is_old_boost_version():
index_one_first = 7.798020e-04 index_one_first = 7.798020e-04
...@@ -141,7 +140,6 @@ class SingleSpectrumBackground(stresstesting.MantidStressTest): ...@@ -141,7 +140,6 @@ class SingleSpectrumBackground(stresstesting.MantidStressTest):
index_one_last = 0.00720728978699 index_one_last = 0.00720728978699
index_two_first = 0.00571520523979 index_two_first = 0.00571520523979
index_two_last = -0.00211277263055 index_two_last = -0.00211277263055
dist = platform.linux_distribution()
if _is_old_boost_version(): if _is_old_boost_version():
index_one_first = 6.809169e-04 index_one_first = 6.809169e-04
index_one_last = 7.206634e-03 index_one_last = 7.206634e-03
......
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