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

Parallel io additions #83

Merged
merged 37 commits into from
Jan 24, 2020

Conversation

oHunewald
Copy link
Collaborator

No description provided.

Copy link
Member

@laurentheirendt laurentheirendt left a comment

Choose a reason for hiding this comment

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

first round of review

src/satellites.jl Show resolved Hide resolved
src/io/input.jl Outdated Show resolved Hide resolved
src/io/input.jl Outdated Show resolved Hide resolved
src/io/input.jl Outdated Show resolved Hide resolved
src/io/input.jl Outdated Show resolved Hide resolved
src/satellites.jl Outdated Show resolved Hide resolved
end

# Statically split range [1,N] into equal sized chunks for np processors
function splitrange(N::Int, np::Int)
Copy link
Member

Choose a reason for hiding this comment

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

can you add a more extensive documentation here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I would appreciate if you could do this, don't know exactly what you did

Copy link
Member

Choose a reason for hiding this comment

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

I didn't write the splitrange function. Can you combine it with the splitting function?

test/testLoadData.jl Outdated Show resolved Hide resolved
test/testSingleFileSplitting.jl Outdated Show resolved Hide resolved
test/testTrainingOuputEquality.jl Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Jan 23, 2020

Codecov Report

Merging #83 into develop will increase coverage by 0.3%.
The diff coverage is 97.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop      #83     +/-   ##
==========================================
+ Coverage    89.41%   89.72%   +0.3%     
==========================================
  Files            8        8             
  Lines          586      613     +27     
==========================================
+ Hits           524      550     +26     
- Misses          62       63      +1
Impacted Files Coverage Δ
src/satellites.jl 92.39% <100%> (+0.89%) ⬆️
src/core.jl 89.04% <100%> (ø) ⬆️
src/io/input.jl 97.29% <93.75%> (-2.71%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fde8427...a3c33f5. Read the comment docs.

@laurentheirendt
Copy link
Member

Thanks @oHunewald 👍

@laurentheirendt laurentheirendt merged commit a34c7eb into LCSB-BioCore:develop Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants