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

Add configurable parameter nSamplingPoints to fread(), #2160

Closed
wants to merge 2 commits into from
Closed

Add configurable parameter nSamplingPoints to fread(), #2160

wants to merge 2 commits into from

Conversation

st-pasha
Copy link
Contributor

which provides work-around for occasional cases when default number of jump points is too high, causing overlap among sampled regions. Closes #2157

st-pasha added 2 commits May 11, 2017 22:27
…work-around for occasional cases when default number of jump points is too high, causing overlap among sampled points. Closes #2157
@codecov-io
Copy link

Codecov Report

Merging #2160 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #2160      +/-   ##
=========================================
- Coverage    90.7%   90.7%   -0.01%     
=========================================
  Files          59      59              
  Lines       11433   11441       +8     
=========================================
+ Hits        10370   10377       +7     
- Misses       1063    1064       +1
Impacted Files Coverage Δ
src/freadR.c 92.63% <100%> (+0.05%) ⬆️
R/fread.R 94.81% <100%> (+0.15%) ⬆️
src/fread.c 92.99% <100%> (+0.12%) ⬆️
src/forder.c 94.21% <0%> (-0.27%) ⬇️

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 05f62b8...5caf427. Read the comment docs.

mattdowle added a commit that referenced this pull request Jun 30, 2017
@mattdowle
Copy link
Member

Fixed the error in 57c056f so the workaround parameter isn't needed.

@mattdowle mattdowle closed this Jun 30, 2017
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.

3 participants