IQR unbound
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Common Lisp
- Estrellas
- 38
- Forks
- 11
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
When quickloading plot I kept running into the following issue:
The variable BATCH-STATISTICS::IQR is unbound.
[Condition of type UNBOUND-VARIABLE]
Ignoring it works fine (at least for me) but is this supposed to happen?
Also, I was able to make it go away by commenting out the following lines at the bottom of statistics/src/batch:
+;; (defalias iqr interquartile-range)
+;; (export 'iqr)
I'm not sure if this is really an issue, but I spent a full day trying to figure it out so I thought I would at least leave my solution here if nothing else. If this is not an issue, feel free to correct me. Thanks!
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Reproduzca el fallo de quickload en plot e inspeccione statistics/src/batch, especialmente las líneas de defalias y export mencionadas en el informe. Confirme por qué BATCH-STATISTICS::IQR no está enlazado y verifique que quickload se complete sin la advertencia, mientras la funcionalidad de IQR siga disponible.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Área
- data-visualization
- Tipo de issue
- Error
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Activo
- Claridad
- Bastante claro
- Aptitud para principiantes
- 70/100