-
Game sibling of https://github.com/momentum-mod/website/issues/907. Map data from the backend (both paginated endpoint and flat file) include map images as arrays of
```
{
id: ,
small: -small…
tsa96 updated
2 months ago
-
http://www.flowgorithm.org/index.html supports flat arrays like `int[]`, meaning 1-level depth.
Maybe it would be nice to support matrices too, since some mathy problems do require them.
-
How is a typed array matrix specified? Is it an Array of typed Arrays? Or is it a single flat typed array? Is it reasonable to take a flat Float64Array A which represents a matrix and create one Float…
-
It appears that #9520 may have broken some upstream pandas tests, specifically testing round-trips with various index types:
https://github.com/pandas-dev/pandas/blob/e78ebd3f845c086af1d71c0604701ec4…
-
## Describe the bug
As my datapoints are empirical distributions I want to use the Wasserstein distance as a loss function over a batch of shape `(n_batch, n_points, dimension)`. Standard way to make…
-
Just tested performance and seems Array.flat has better performance until a certain point, but then your implementation pulls ahead.
Array size = 1,000, depth = 5
% node testFlatPerf.js
Custom F…
-
Similar to: https://github.com/linkml/linkml-arrays/issues/6
Currently it seems like the [`elements` ](https://github.com/linkml/linkml-model/blob/aab9842be0e230c0040688dfc6ffa26696c97827/linkml_mo…
-
I'm testing `use_flat: true` on a 1080p capture. Flux is unable to proceed because it runs out of memory (All 32 GB of RAM and 18 GB of swap!). Looking into it, the FlatStruct class is creating multip…
-
Hello!
It would be great if we could have another variant of `boost::unordered_flat_map` where the keys and values are stored in separate arrays - "split" storage.
The main motivation for this is …
-
Hi,
I am trying to generate a complete (SCAs 1 to 18) Roman/WFI image using romanisim but the resulting ASDF file only contains one "data" array.
Example:
> romanisim-make-image --radec 0 0 R…