Wouter-Michiel Vierdag

Results 100 comments of Wouter-Michiel Vierdag

> @joshmoore - just a note there was more work done during the workshop which brings us closer to defining the entire spec as linkml (https://github.com/linkml/linkml-arrays), which can in turn...

Yes I will and report back. Most likely in the evening.

I can reproduce, this is the error that I get: ![afbeelding](https://github.com/scverse/scanpy/assets/22346363/2ea5b86b-31f8-42ba-a2f7-c536168222a7) From a first glance it seems like the default for randint is used which is `int32`. I can check...

I will see if I can reproduce on main and pinpoint where the problem arises.

It is reproduced. It is due to the `randint` producing a value outside the range of the default dtype `int32`. On windows 64 bit systems the default is `int32` despite...

In particular here is the piece of code: https://github.com/scverse/scanpy/blob/a33111f3b2caaa4ee5e33d02b6e98b143023341b/scanpy/tools/_leiden.py#L184-L185 Though the `randint` is called from within c code within `igraph` itself. @ivirshup, do you think asking for calling with dtype...

It wouldn't be on our side. As far as I know the numpy random number generator is called from within c code within igraph itself.

This is indeed actively being worked upon within the LinkML team at the moment. Just tagging @rly who is currently involved in this.

@djhoese Thanks for all your work on Vispy all these years and congratulations on your second child!

I would say perhaps current topic overview on the website and then linking to github project board?