avm19

Results 44 comments of avm19

Dear @johannfaouzi , First, thanks for your implementation and for the recent review paper. My question is somewhat relevant to this discussion. As far as I understand, in principle, `n_bins`...

P.S. I have a feeling that this is a new behaviour, which did not take place until a couple of days ago and which may be caused by updates in...

I can confirm that the issue is still present. Here is another example, which illustrates that of two methods defined _in the same file and for the same class_, only...

@bschnurr I've checked the latest versions of both regular VS Code and VS Code Insiders. In either case, the docstring is not displayed correctly (or rather at all, only the...

> if you `go to def` on convert_dtypes does it take you NDFrame class's convert_dtypes with docstring? @bschnurr Go to Definition takes me to here: ![image](https://user-images.githubusercontent.com/52547519/162843576-cb43724f-3043-4315-9bce-559d801d445c.png) Interestingly, mouse hover over...

> how do I make this happen in latex? Assuming your document uses `hyperref` (and no other fancy packages controlling specifically this behaviour), the numbering is added by the `bookmarksnumbered`...

I have encountered the same problem for a much smaller input, of shape `(19000, 7)`. I don't know what size of array the code was trying allocate. I see [in...

#3705 partially fixed this issue. The issue is fixed when Python's `json` is used, but the problem persists for `orjson`. ```python import orjson # assert that orjson is available plotly.io.json.config.default_engine...

Cannot reproduce in plotly `'5.16.1'`, must've been fixed in or before this version.

> I have plotly 5.18.0 installed right now, and the problem is still there. I tried in plotly version `5.18.0`, but to no avail. Maybe it depends on other packages...