usnistgov / mass

Microcalorimeter pulse-analysis software
MIT License
6 stars 0 forks source link

Make LMFit work and tests pass with scipy 1.11.2 (and later) #253

Closed joefowler closed 10 months ago

joefowler commented 1 year ago

Original report by Joseph Fowler (Bitbucket: joe_fowler, ).


See, for example, pipeline 1244 where the 2 test failures happen when we run tests on Python 3.11 and it loads scipy 1.11.2. But when we restrict to scipy<1.11.2, the tests pass. Figure out why and fix.

This might be a scipy or lmfit bug, of course. Or it might be a change in how it handles some undefined behavior. In the latter case, it’s on us to fix.

joefowler commented 10 months ago

Original comment by Joseph Fowler (Bitbucket: joe_fowler, ).


Update VERSIONS.md news

Fixes #253