pysal / spreg

Spatial econometric regression in Python
https://pysal.org/spreg/
Other
66 stars 23 forks source link

Fixing a bug in the printing of results of Chow Test in ML_Lag_Regimes #112

Closed pedrovma closed 1 year ago

pedrovma commented 1 year ago

There was a bug in the way the list with variables' names for the regimes was created in ML_Lag_Regimes. This bug resulted in the summary_output skipping the first variable's name instead of 'Constant' when printing the results of the Chow test when any of the coefficients was constant across regimes.

pedrovma commented 1 year ago

@jGaboardi , I'm adding you as a reviewer so, if possible, could you please make a new minor release after merging this? Thank you!

jGaboardi commented 1 year ago

Done. v1.3.1 now live.

pedrovma commented 1 year ago

Thank you so much, @jGaboardi !