-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in doc of sprandn #31283
Labels
bug
Indicates an unexpected problem or unintended behavior
docs
This change adds or pertains to documentation
good first issue
Indicates a good issue for first-time contributors to Julia
sparse
Sparse arrays
Comments
StefanKarpinski
added
bug
Indicates an unexpected problem or unintended behavior
docs
This change adds or pertains to documentation
sparse
Sparse arrays
labels
Mar 7, 2019
It would be great if you could submit a PR to the docs themselves. |
ViralBShah
added
the
good first issue
Indicates a good issue for first-time contributors to Julia
label
Jul 6, 2019
ViralBShah
added a commit
that referenced
this issue
Jan 4, 2020
The docs no longer mention this and seem to be in sync with the code. |
ViralBShah
added a commit
that referenced
this issue
Jan 10, 2020
KristofferC
pushed a commit
that referenced
this issue
Jan 15, 2020
KristofferC
pushed a commit
that referenced
this issue
Jan 15, 2020
KristofferC
pushed a commit
that referenced
this issue
Jan 17, 2020
KristofferC
pushed a commit
that referenced
this issue
Feb 20, 2020
KristofferC
pushed a commit
that referenced
this issue
Feb 20, 2020
KristofferC
pushed a commit
that referenced
this issue
Feb 20, 2020
KristofferC
pushed a commit
that referenced
this issue
Feb 22, 2020
KristofferC
pushed a commit
that referenced
this issue
Apr 11, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Indicates an unexpected problem or unintended behavior
docs
This change adds or pertains to documentation
good first issue
Indicates a good issue for first-time contributors to Julia
sparse
Sparse arrays
The documentation of
sprand
/sprandn
appears to have an error in the section https://docs.julialang.org/en/v1/stdlib/SparseArrays/#Correspondence-of-dense-and-sparse-methods-1The table here:
shows that
sprandn
takes a distribution as a final argument, but this is not the case.The accompanying text also seems to indicate that this should work:
while, in fact, you need
Also, the docstring of
sprand
gives the wrong impression:The text was updated successfully, but these errors were encountered: