Pamphile Roy

Results 452 comments of Pamphile Roy

I will try the work around tomorrow thanks!

I can confirm that it does fix the issue (and does not seem to have unwanted side effect for me), thanks! 😃

Also some findings from #878. On SciPy the slowdown comes from the use of `autosummary` templates. Removing these allows to have usual build times. I will open an issue for...

@damianavila seems like it might deserves a note in the doc. People from NumPy and other are also hitting this. I had gotten this to work with some instructions there:...

Thais should not just be a warning just in the console though because lot of users will not open up the dev tools. Or you meant a Sphinx warning? Another...

@pje Any ETA on merging and deploying a new version? We are considering removing the action in SciPy because the sync mechanism is annoying us. I really like the idea...

I am sad to say that due to this, we (SciPy) dropped this actions. Hope that this get solved at some point so we can reconsider.

> @tupui the workaround for this is fairly easy, you just need to set `sync-labels` to an empty string: > > ```yaml > sync-labels: "" > ``` > > Obviously,...

Hi @ChitraDangwal, yes if you just want the respective variances you just need to not divide by the total variance. Depending on how you are calling the functions, you could...