Skip to content
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

Polish up docstrings and more #120

Merged
merged 7 commits into from
Feb 16, 2020
Merged

Polish up docstrings and more #120

merged 7 commits into from
Feb 16, 2020

Conversation

visr
Copy link
Contributor

@visr visr commented Feb 10, 2020

Sorry if this is too much of a mixed bag, would be happy to split it up as well. But it's mostly straightforward.

88d9964 removes empty files
d6aca84 only touches docstrings
4cd0051 adds argument type annotations, good to double check if all are correct
82c1506 is a simple do block
a4c409b DArray.concat must be a function right?
d8f4fde looks like an oversight

This makes it a bit easier to read the code in my opinion.
Since F could be anything, it was not restricted to functions, even though this was probably the intention.
@coveralls
Copy link

coveralls commented Feb 10, 2020

Coverage Status

Coverage increased (+0.05%) to 57.366% when pulling 01834b3 on visr:explore into 4937a56 on JuliaParallel:master.

@visr visr requested a review from jpsamaroo February 15, 2020 14:15
Copy link
Member

@jpsamaroo jpsamaroo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great! Just a few nitpicks, and then I'll be happy to merge this 🙂

src/array/darray.jl Show resolved Hide resolved
src/array/matrix.jl Outdated Show resolved Hide resolved
src/compute.jl Outdated Show resolved Hide resolved
src/fault-handler.jl Outdated Show resolved Hide resolved
src/processor.jl Outdated Show resolved Hide resolved
src/processor.jl Outdated Show resolved Hide resolved
@visr
Copy link
Contributor Author

visr commented Feb 16, 2020

Thanks for having a look! I addressed the comments.

@jpsamaroo jpsamaroo merged commit 5100fb5 into JuliaParallel:master Feb 16, 2020
@jpsamaroo
Copy link
Member

Thanks a ton!

@visr visr deleted the explore branch February 16, 2020 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants