-
- Downloads
added inverse transformation for dataprep class, setup pytest coverage
parent
a2299e50
Branches
Tags
Showing
- .coveragerc 25 additions, 0 deletions.coveragerc
- .gitignore 1 addition, 0 deletions.gitignore
- requirements.txt 2 additions, 1 deletionrequirements.txt
- src/__init__.py 0 additions, 0 deletionssrc/__init__.py
- src/data_preparation.py 43 additions, 22 deletionssrc/data_preparation.py
- test/__init__.py 0 additions, 0 deletionstest/__init__.py
- test/test_data_preparation.py 49 additions, 2 deletionstest/test_data_preparation.py
.coveragerc
0 → 100644
... | @@ -6,3 +6,4 @@ pandas==0.25.1 | ... | @@ -6,3 +6,4 @@ pandas==0.25.1 |
requests==2.22.0 | requests==2.22.0 | ||
pytest==5.2.1 | pytest==5.2.1 | ||
pytest-lazy-fixture==0.6.1 | pytest-lazy-fixture==0.6.1 | ||
pytest-cov | |||
\ No newline at end of file |
src/__init__.py
0 → 100644
test/__init__.py
0 → 100644
Please register or sign in to comment