Lisp-Stat / Lisp-Stat/plot

IQR unbound

オープン 初心者向け
#33 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

主要言語
Common Lisp
スター
38
フォーク
11
PR マージ指標
30日以内にマージされた PR はありません

説明

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!

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

plot で quickload の失敗を再現し、statistics/src/batch を調査してください。特に、報告で言及されている defalias 行と export 行を確認してください。BATCH-STATISTICS::IQR が未束縛である理由を確認し、IQR の機能を引き続き利用できる状態で、警告なしに quickload が完了することを検証してください。

索引モデルが issue の本文から書いたものです。

評価

領域
data-visualization
issue の種類
バグ
難易度
2/5
見積もり時間
1〜3時間
活発さ
活発
明瞭さ
おおむね明確
初心者へのやさしさ
70/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。