-
For some reason,`pre-commit` has recently started re-installing environments for all of the hooks every time it runs. I have tried updating all the hooks, as well as running `pre-commit uninstall` fol…
-
**Describe the bug**
There appears to be a data corruption issue while reading an ORC file generated in fuzz-testing. `Pyarrow` is able to read the file correctly but not `cudf`.
**Steps/Code to…
-
Erfordert #6
JoeyNMT Model:
-. kann auf existierendem Model aufbauen
- evtl. `Speech2TextModel` oder ähnliches
- Vorgehen:
- Copy&Paste von existierendem Model
- Anpassung an unse…
-
**Describe the bug**
I made a recipe for pyquil using the command line. It produced
```
$ cat pyquil/meta.yaml
{% set name = "pyquil" %}
{% set version = "3.1.0" %}
package:
name: {{ nam…
-
I have Calamari 2.2.1 / Python 3.7.4 / TF 2.4.1 / Numpy 1.21.6, and attempt calamari-train in a (Power9-based) HPC environment.
Unfortunately, I get the following exception:
stacktrace
```
…
-
After a fresh install of `google-cloud-pubsub`..
```
Successfully installed google-api-core-1.13.0 google-cloud-pubsub-0.42.1 grpc-google-iam-v1-0.11.4
```
..importing the Pub/Sub library thr…
-
Package Version
----------------------------- ---------------
absl-py 0.10.0
alabaster 0.7.12
albumentations …
-
#### Code Sample, a copy-pastable example if possible
```python
from pyproj.crs import CRS
crss = [
CRS.from_user_input("+proj=merc +datum=WGS84 +ellps=WGS84 +lon_0=0.0 +x_0=0.0 +y_0=0.0 +…
-
RapidFuzz currently only works with strings. E.g. https://github.com/roy-ht/editdistance will always calculate the edit distance between two sequences where each element has to be hashable. RapidFuzz …
-
Issue:
I have set up a new environment based on Python 3.9.9. Afterwards, the pre-commit hooks were not working anymore. They still work with another environment based on python 3.8.
@xhochy men…