pzivich / Delicatessen

Delicatessen: the Python one-stop sandwich (variance) shop 🥪
https://deli.readthedocs.io/en/latest/index.html
MIT License
22 stars 2 forks source link

Improve np.nan error handling in estimating function #13

Closed pzivich closed 1 year ago

pzivich commented 2 years ago

Is your feature request related to a problem? Please describe.

I'm always frustrated when I have a np.nan occur but I don't know which row it is happening in.

Describe the solution you'd like

Have the error identify which rows are the problematic ones. This will speed up de-bugging the estimating functions.

Describe alternatives you've considered

Manually running the estimating function and checking. Very annoying

Additional context

None