py-econometrics / pyfixest

Fast High-Dimensional Fixed Effects Regression in Python following fixest-syntax
https://py-econometrics.github.io/pyfixest/
MIT License
179 stars 35 forks source link

remove duplicate error classes #706

Closed leostimpfle closed 2 weeks ago

leostimpfle commented 2 weeks ago

Closes #701

Very minor changes removing the custom NotImplementError.

@s3alfisc I've noticed that pyfixest.errors.__init__ includes an undefined MultiEstNotSupportedError in __all__ which I have also removed. Please let me know if instead it should be defined as an additional error.

s3alfisc commented 2 weeks ago

Test errors only due to #704 . Looks good to me and can be merged. Thanks!