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

Make use of ~/rl_data for storing large files #92

Merged
merged 8 commits into from
Jul 12, 2019
Merged

Conversation

J535D165
Copy link
Owner

This pull request changes the download location of the krebsregister data. Instead of storing the downloaded files in site-packages, we store it now in ~/rl_data or the location specified by environment variable RL_DATA.

You can get the location by

from recordlinkage.datasets import get_data_home

get_data_home()

#42

@codecov
Copy link

codecov bot commented Mar 29, 2019

Codecov Report

Merging #92 into master will increase coverage by 0.1%.
The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #92     +/-   ##
=========================================
+ Coverage   76.68%   76.78%   +0.1%     
=========================================
  Files          33       33             
  Lines        2333     2348     +15     
  Branches      377      379      +2     
=========================================
+ Hits         1789     1803     +14     
  Misses        415      415             
- Partials      129      130      +1
Impacted Files Coverage Δ
recordlinkage/datasets/__init__.py 100% <100%> (ø) ⬆️
recordlinkage/datasets/external.py 94.23% <93.33%> (-0.65%) ⬇️

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 cba3992...a1567d5. Read the comment docs.

@J535D165 J535D165 force-pushed the datasets/large-data branch from 33d1bce to b9af5b8 Compare March 29, 2019 20:34
@J535D165 J535D165 force-pushed the datasets/large-data branch from 83bcdfc to a1567d5 Compare July 12, 2019 12:04
@J535D165 J535D165 merged commit a604560 into master Jul 12, 2019
@J535D165 J535D165 deleted the datasets/large-data branch July 12, 2019 12:07
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.

1 participant