Lisp-Stat / Lisp-Stat/plot

IQR unbound

Open Beginner friendly
#33 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Common Lisp
Stars
38
Forks
11
PR merge metrics
No merged PRs in 30d

Description

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!

Contributor guide

Open the contributing guide

Research direction

Reproduce the quickload failure in plot and inspect statistics/src/batch, especially the defalias and export lines mentioned in the report. Confirm why BATCH-STATISTICS::IQR is unbound and verify that quickloading completes without the warning while the IQR functionality remains available.

Written by the indexing model from the issue text.

Assessment

Domain
data-visualization
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
70/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.