Aniket

Results 84 comments of Aniket

> test run complains about 3 style violations > > statsmodels/nonparametric/tests/test_lowess.py:146:45: E127 continuation line over-indented for visual indent statsmodels/regression/tests/test_glsar_gretl.py:319:1: W293 blank line contains whitespace statsmodels/tsa/tests/results/results_arma.py:22:1: E302 expected 2 blank lines,...

It's already 3 AM here, and I'm feeling a bit sleepy. I'll squash the commits in the morning. Hope that's okay.

> The code in fit should be: > > ``` > if weights is not None: > self.kernel.weights = weights / weights.sum() > ``` > > statsmodels.nonparametric.kde.KDEUnivariate > > Can...

``` C:\Users\Aniket.DESKTOP-074O80J\statsmodel\statsmodels>git rebase --continue [detached HEAD 09542e308] MAINT/TST: consolidate read_csv fixes and small cleanups Date: Tue Nov 18 12:26:51 2025 +0530 12 files changed, 41 insertions(+), 35 deletions(-) [detached HEAD...

Hi @josef-pkt just checking in on this PR. Absolutely no hurry, just wanted to make sure it's still on your radar. Please let me know if I can help with...

@serhiy-storchaka I’d be happy to help continue this cleanup for 3.13 and older.

@Fidget-Spinner would it be okay to proceed with removing the Chocolatey/brew installation to save CI resources? Happy to open a follow up PR once you confirm.

Thanks, I’ll revisit these and also correct them in the previous PR

I’d like to apologize for increasing the review workload.

@serhiy-storchaka Thanks for the review. I’ve applied the changes based on your suggestions.