ALWAYS_SPLIT seems necessary for ZFP
- Lenguaje dominante
- Python
- Estrellas
- 211
- Forks
- 58
- Merge medio
- 1 d 17 h
- PR fusionados (30 d)
- 6
Descripción
At least these tests:
```
FAILED tests/ndarray/test_lossy.py::test_lossy[shape1-float64-cparams1-None-False] - RuntimeError: Error while creating the NDArray
FAILED tests/ndarray/test_lossy.py::test_lossy[shape3-float32-cparams3-lossy.b2nd-False] - RuntimeError: Error while creating the NDArray
```
fail if "splitmode" is set to`AUTO_SPLIT`, which is the new default after [this discussion](https://github.com/Blosc/python-blosc2/discussions/337).
Perhaps this is due to the design of the test, but while we can investigate more, they are set explicitly in the test to `ALWAYS_SPLIT`.
Guía de contribución
Línea de trabajo
Comienza ejecutando los dos casos que fallan en tests/ndarray/test_lossy.py e inspecciona cómo se configura splitmode allí. Compara AUTO_SPLIT con la configuración explícita de ALWAYS_SPLIT y determina después si los fallos se deben al diseño de las pruebas o a la implementación. Se considera terminado cuando se haya establecido la causa y las pruebas afectadas se comporten correctamente con el modo de división previsto.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- python
- Área
- data
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 35/100