jwst icon indicating copy to clipboard operation
jwst copied to clipboard

JP-1954: Changed tests to parametrize the choice of ramp fitting algorithm

Open kmacdonald-stsci opened this issue 4 years ago • 0 comments
trafficstars

The tests set up a class to parametrize testing ramp_fitting using ordinary least squares (OLS) and generalized least squares (GLS) as algorithms to compute slopes and variances for ramps. However, the tests had OLS hardcoded as the algorithm to use, so the same test twice, instead of testing GLS.

Addresses #5826 Fixes JP-1954

kmacdonald-stsci avatar Mar 16 '21 15:03 kmacdonald-stsci