IQR unbound
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
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