Skip to content
Snippets Groups Projects
Commit b5a6472b authored by Matthew Bowles's avatar Matthew Bowles
Browse files

increase iterations for system tests re #22582

parent a05c0e39
No related merge requests found
......@@ -757,8 +757,7 @@ class ISISIndirectInelasticIqtAndIqtFit(with_metaclass(ABCMeta, ISISIndirectInel
EnergyMin=self.e_min,
EnergyMax=self.e_max,
BinReductionFactor=self.num_bins,
DryRun=False,
NumberOfIterations=50)
DryRun=False)
# Test IqtFit Sequential
iqtfitSeq_ws, params, fit_group = IqtFitSequential(InputWorkspace=iqt_ws, Function=self.func,
......@@ -876,8 +875,7 @@ class ISISIndirectInelasticIqtAndIqtFitMulti(with_metaclass(ABCMeta, ISISIndirec
EnergyMin=self.e_min,
EnergyMax=self.e_max,
BinReductionFactor=self.num_bins,
DryRun=False,
NumberOfIterations=50)
DryRun=False)
# Test IqtFitMultiple
iqtfitSeq_ws, params, fit_group = IqtFitMultiple(iqt_ws.name(),
......
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