-
Goal:
Trying to read a mongo document with an embedded object containing an empty array to a pyarrow table, then write it out as a parquet file.
Expected result:
Parquet file created
Actual …
-
### bug描述 Describe the Bug
```python
import paddle
import paddle.nn as nn
import numpy as np
class Model_1729302669(nn.Layer):
def __init__(self):
super(Model_1729302669, self).…
-
Can someone explain why we need an abstract base class for array metadata, as opposed to handling the union of the two distinct v2 array metadata and v3 array metadata classes?
I'm asking for acad…
d-v-b updated
4 weeks ago
-
The signers array contains all signers with a positive weight + the master signer (even if's weight is 0)
-
### Description:
Running the `evaluate.PCFangle` function fails due to an error in incorrect shapes.
### Code for reproduction:
```python
path="./examples/data/lammps.h5amep"
traj= amep.load.traj(…
-
`$[3, 4]` clearly created a new container but is not documented in https://docs.raku.org/language/containers . It should be index as `$[]` .
```
say [1,2].VAR ~~ Scalar; # False
say $[3,4].VAR ~~…
-
### What happened?
So i am trying to run the below code to query data I do get results but other fields like metadata, embeddings is giving null
Code to query :
```
const result = await colle…
-
By using this library to document my rest API I struggled to document an array of enums. My model contains a list of simple Enums.
Model:
```java
private List state =
Lists.newArrayList(
…
-
**Is your feature request related to a problem? Please describe.**
I have many documents (200M+) with complex hierarchical structure. It cannot be expressed with nested structures like array due to l…
-
Hi,
I have a function that takes an array of strings.
Something like:
```
function myFunc(args) {
var a = args[0];
var b = args[1];
}
```
But I want to specify what each element within th…