pysal / spreg

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

Fixing bug with order of variables' names changing randomly in regimes. #74

Closed pedrovma closed 3 years ago

pedrovma commented 3 years ago

The order of the variables' names was being changed randomly due to the use of sets. This PR fixes this bug.