Daniel Edler
Daniel Edler
Hi @jimklo, @andywer and @MMauro94, I just made a minimal example with CRA + TypeScript + CRACO + threads.js to make it work: https://github.com/danieledler/cra-typescript-threadsjs-worker.
Seems type 'unknown' isn't possible anyway, due to the NotDefined return type being out of reach, for two reasons ([early return statement](https://github.com/scapella/trimal/blob/2.0_RC/source/utils.cpp#L551) and an [exhaustive else](https://github.com/scapella/trimal/blob/2.0_RC/source/utils.cpp#L618)).
Hi, thanks for reaching out. Can you show your code from the beginning where you import infomap and creating `im`? You should have something like: ``` from infomap import Infomap...
Great suggestion to support a list of lists or a numpy array directly to C++. It doesn't seem trivial so we will comeback to this later!
Sorry I have forgotten this, the `add_links` method was probably added after this issue, it's just a way to hide one loop from the user, running ```py for link in...
Hi @xiangyh9988 and thanks for your testing! You are right that the support for multi-dimensional metadata was only slightly prepared but not yet implemented. Unfortunately I can't check it now...
Hi, thanks for your feedback! Yes you are right, this code was based on the beta API which was updated for 1.0. We will update these notebooks accordingly, but in...
We are happy to replace the standard RNG in Infomap. The inconsistent result across platforms is a problem for us too. See https://github.com/mapequation/infomap/issues/365.
> Daniel let me know that the code-length differences are expected since the old code uses coded teleportation. They are expected, and I have double-checked the codelength on the two...