-
Hello,
In [serializejson](https://github.com/SmartAudioTools/serializejson) , like you suggest in https://github.com/python-rapidjson/python-rapidjson/issues/100 , I heavily use RawJSON, in order …
-
```
Lots of code in Python, due to the inability to pass references to primitives,
returns tuples instead of simply modifying the value like so:
def top_two(lst):
return lst[0],lst[1]
where in …
-
I've done a quick look to see if there's a MiniZinc function that can get the dimension of a Record/Tuple but haven't been able to find anything in the standard library. I'm guessing there is no such …
-
In our code I've tried using `SwaggerItemsArray` with the following `ToSchema` instance:
```
instance ToSchema QuartileCounts where
declareNamedSchema _ = do
iSchema
-
#### Is your feature request related to a problem?
The columns in a DataFrame have names. When you iterate over a groupby object and get the names of the groups (which correspond to values in the o…
-
This was basically the fallout/conclusion of https://github.com/masak/007/issues/281#issuecomment-388348396
I think we should wait a bit to do this until we've done #308, because then we can just w…
masak updated
5 years ago
-
ECOLE calling does not run for me, it gives an error
source ecole_call.sh
Creation of the directory failed
[ 2024-06-28 11:01:20 ] ECOLÉ: Using GPU!
[ 2024-06-28 11:01:22 ] ECOLÉ: Calling for …
-
- [ ] Data Types
- [ ] I&O
- [ ] Plots
-
### Describe the issue:
np.testing.assert_equal() only tests for lists and tuples via isinstance. Therefore, collections.abc.Sequence objects cannot be compared.
### Reproduce the code example:
…
-
Show how to use when it is the schema for a topology.source() and invoking SPL operators.