Skip to content

Commit

Permalink
[TEST] Skip ExponentialGaussianModelEditor test
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart-cls committed May 10, 2024
1 parent d109129 commit b3aa81e
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions orangecontrib/spectroscopy/tests/test_owpeakfit.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,9 @@ def test_allint_indv(self):
with self.subTest(msg=f"Testing model {p.name}"):
settings = None
if p.viewclass == PolynomialModelEditor:
continue
self.skipTest("Polynomial Model does not converge on this data")
if p.viewclass == ExponentialGaussianModelEditor:
settings = {'storedsettings':
{'name': '',
'preprocessors':
[('orangecontrib.spectroscopy.widgets.peak_editors.eg',
{'center': OrderedDict([('value', 1650.0)]),
'sigma': OrderedDict([('value', 5.0),
('max', 20.0)]),
'gamma': OrderedDict([('value', 1.0),
('vary', "fixed")]),
})]}}
self.skipTest("Exponential Gaussian Model does not converge on this data")
elif p.viewclass == PseudoVoigtModelEditor:
settings = {'storedsettings':
{'name': '',
Expand Down

0 comments on commit b3aa81e

Please sign in to comment.