-
-
Notifications
You must be signed in to change notification settings - Fork 611
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
Fix failing params
doctests
#1798
Conversation
```julia julia> [[1, 2, 3], [4.0]] 2-element Vector{Vector{Float64}}: [1.0, 2.0, 3.0] [4.0] julia> [[1, 2, 3], [4]] 2-element Vector{Vector{Int64}}: [1, 2, 3] [4] ```
Once the build has completed, you can preview any updated documentation at this URL: https://fluxml.ai/Flux.jl/previews/PR1798/ in ~20 minutes |
Best to keep changes minimal if possible. |
I got a notification for a comment that doesn't appear for me on GH, but just to respond to the thread: I changed both to keep the intent of the original in showing |
Once the build has completed, you can preview any updated documentation at this URL: https://fluxml.ai/Flux.jl/previews/PR1798/ in ~20 minutes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors r+
1798: Fix failing `params` doctests r=DhairyaLGandhi a=ToucheSir ```julia julia> [[1, 2, 3], [4.0]] 2-element Vector{Vector{Float64}}: [1.0, 2.0, 3.0] [4.0] julia> [[1, 2, 3], [4]] 2-element Vector{Vector{Int64}}: [1, 2, 3] [4] ``` ### PR Checklist - [x] Tests are added - [x] Documentation, if applicable Co-authored-by: Brian Chen <ToucheSir@users.noreply.github.com>
This PR was included in a batch that successfully built, but then failed to merge into master. It will not be retried. Additional information: {"message":"At least 1 approving review is required by reviewers with write access.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors r+
Build succeeded: |
PR Checklist