Sergey Ivanychev

Results 4 issues of Sergey Ivanychev

``` python def eta_plus(x, y): return np.sqrt(x*x/2 + 2*y*y - 2*x*y) ``` It looks as if there's a small error here, the right way is: ``` python def eta_plus(x, y):...

When using Scalene to profile the `pytest` unit tests that utilize `PySpark`, the tests fail due a invalid port number. ``` Bad data in pyspark.daemon's standard output. Invalid port number:...

Reproduce: ```bash python -m venv venv # Python 3.10 source venv/bin/activate uv pip install fasttext==0.9.2 ``` Error: ``` error: Failed to download and build: fasttext==0.9.2 Caused by: Failed to build:...

bug