-
### Version of Awkward Array
1.10.1
### Description and code to reproduce
```py
a = np.array([1, 2, 3], dtype=np.int32)
ak.Array(a) # OK
ak.Array([a]) # BAD
```
As you can see, in t…
-
What is the status of multidimensional array support?
As mentioned in #211, most (if not all) Verilog simulators "flatten" packed arrays such as `logic [1:0][3:0] data;` into a `data[7:0]` signal, so…
-
When an SMT solver yields `unsat`, it generally provides a model, i.e., an instantiation of all of the variables in the query. Given a model, we can "concretize" Crucible values (`RegValue`s), replaci…
-
Since resolving `main` in #43, we've thrown a wrench in the gears for build tools, most prevelantly [Wiredep](https://github.com/taptapship/wiredep). Wiredep needs a list of all the files to be includ…
-
Currently the labels spec supports the declaration of a `label-value` and its associated `color`.
Commonly, label values have other associated information including the most obvious, the class name…
-
All `volshow` volumes seem to render their data into a cube. This causes distortion when the data provided lies in a box. For example, I am using ipyvolume to render fluorescence images of cultured ce…
-
Plugging away at #226 has been the occasion for reconsidering the overall structure of the package. I've been slowly evolving towards one significant internal API change (introducing `WeightedIndex`) …
-
We saw the following [error message in PIConGPU](https://github.com/ComputationalRadiationPhysics/picongpu/issues/3506#issuecomment-781625774)
```
terminate called after throwing an instance of 's…
-
Hello, I am looking into implementing scattering transforms in Python.
This is the only package I am aware of.
In your opinion, what are the "main missing ingredients" of the current scatterpyllar co…
-
**要求:**
输出结果中的每个元素一定是唯一的