-
```
If the Python `zip` function is used to combine X and Y coordinates, the result
is a list of tuples:
X = [1, 5, 5, 3, 1]
Y = [5, 5, 1, 3, 1]
coors = zip(X, Y) # list of tuples
However, this ob…
-
**Is your feature request related to a problem? Please describe.**
I want to override latex specific settings when invoking `sphinx-build` to embed the generated latex in an external document. I do n…
-
### Description
With this code:
```python
from dataclasses import dataclass
from dataclasses_json import Undefined, dataclass_json
@dataclass_json(undefined=Undefined.RAISE)
@dataclass…
-
When running the test suite I get *21* failures:
```bash
python -m test.suite
```
A lot of those come from `TypeError: unhashable type: 'dict'` in `/usr/lib64/python2.7/urlparse.py:176: TypeEr…
-
```
If the Python `zip` function is used to combine X and Y coordinates, the result
is a list of tuples:
X = [1, 5, 5, 3, 1]
Y = [5, 5, 1, 3, 1]
coors = zip(X, Y) # list of tuples
However, this ob…
-
I don't program in Python but it seems "Node" doesn't have a method for '>' operator?
C:\Users\micha\Desktop\mazesolving-master>python solve.py -m astar perfect4k.png 4k_solve.png
Loading Image
…
-
### Describe the issue:
As the subject says, see code example attached
### Reproduce the code example:
```python
import numpy as np
M = np.array([[1.23, 4.56, 7.89],[2.34,5.67, 8.91],[3.45, 6.78…
-
Hi, I have exported my annotations in JSON format. But when I try to view them in python, they appear offset almost 100 pixels. Here is an example of how they look in LabelStudio and how I see them in…
-
Hello.
I tried to create user:glfs backstore, but failed with this message.
> /> backstores/user:glfs create extreme 100g extreme@192.168.2.21/block.img
2018-05-31 21:48:57.572 13728 [DEBUG] ha…
-
`python prepare.py` fails with `AssertionError: Unknown speaker! FEE005`
Assertion error comes from `utils.py` line 117 `assert speaker in speakers, f"Unknown speaker! {speaker}"`
Judging by the…