Closed claudio-tw closed 1 year ago
The approval(s) from AlxdrPolyakov do(es)n't fullfill the approvers requirements because:
PRDANA
, maps to the ANALYST
business function. As the code that was changed is owned by ENGINEERING
, this approval won't satisfy our separation of duties check. We'll need an additional approval from someone in ENGINEERING
. This approval may still help satisfy other codeowner requirements.
Context
The original implementation of the Least Angle Regression was in cython. This entailed specifying the precision of float and int in the numpy arrays. We no longer need that, and this PR reverts back to using the keyword
float
andint
Checklist