IQR unbound
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 70/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Active
- Domain
- data-visualization
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.
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!
- Dominant language
- Common Lisp
- Stars
- 38
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
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.
More from Lisp-Stat/plot
-
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
bancolombia/sentinel#23 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
AOSSIE-Org/OrgExplorer#245 · 1 assignee ·
-
tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
gordonwatts/test-wsl2-llm#151 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 72/100