Skip to content
Snippets Groups Projects
Commit b73e54c3 authored by Alex Buts's avatar Alex Buts
Browse files

Re #26871 fixing unit test for allEi

parent ae7ce0d7
No related branches found
No related tags found
No related merge requests found
......@@ -337,7 +337,7 @@ class IncidentEnergy(PropDescriptor):
fin_ei = []
for ei in guessEi:
try:
ei_ref, _, _, _ = mantid.GetEi(InputWorkspace=monitor_ws,
ei_ref, _, _, _ = GetEi(InputWorkspace=monitor_ws,
Monitor1Spec=ei_mon_spec[0], Monitor2Spec=ei_mon_spec[1],
EnergyEstimate=ei)
fin_ei.append(ei_ref)
......@@ -353,7 +353,7 @@ class IncidentEnergy(PropDescriptor):
self._num_energies = len(fin_ei)
self._cur_iter_en = 0
# Clear dataservice from unnecessary workspace
mantid.DeleteWorkspace(guess_ei_ws)
DeleteWorkspace(guess_ei_ws)
def validate(self, instance, owner=None):
#
......
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