JuliaMath / JuliaMath/RandomMatrices.jl
`sprand(d::GaussianJacobi, n::Integer, a::Real, b::Real)` is redundant
オープン
- 主要言語
- Julia
- スター
- 94
- フォーク
- 41
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
The arguments `a` and `b` aren't needed because `GaussianJacobi` types have the fields `d.a` and `d.b`.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Locate the implementation and call sites for `sprand(d::GaussianJacobi, n::Integer, a::Real, b::Real)`, then inspect how `GaussianJacobi` exposes `d.a` and `d.b`. Remove the redundant arguments consistently and update any affected tests or callers; done means the API uses the distribution fields without changing behavior.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- julia
- 領域
- data
- issue の種類
- リファクタリング
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 42/100