The same variable in two units: percent and decimal
Building a feature table, you include a stock's prior return twice by mistake: once as a decimal (ret_dec, e.g. 0.03) and once as a percentage (ret_pct, e.g. 3.0). Both go into the regression. It fails to estimate.
Why does this break OLS even though there are no dummy variables?