prepost.GenerateDLCs: add tests, small code clean-up, rem binary results
parent
554fef86
Branches ozgo
No related tags found
Showing
- .gitlab-ci.yml 8 additions, 7 deletions.gitlab-ci.yml
- requirements.txt 0 additions, 2 deletionsrequirements.txt
- setup.py 0 additions, 1 deletionsetup.py
- wetb/prepost/GenerateDLCs.py 29 additions, 28 deletionswetb/prepost/GenerateDLCs.py
- wetb/prepost/tests/data/demo_gendlc/DLCs/DLC12.xlsx 0 additions, 0 deletionswetb/prepost/tests/data/demo_gendlc/DLCs/DLC12.xlsx
- wetb/prepost/tests/data/demo_gendlc/DLCs/DLC13.xlsx 0 additions, 0 deletionswetb/prepost/tests/data/demo_gendlc/DLCs/DLC13.xlsx
- wetb/prepost/tests/data/demo_gendlc/ref/DLC12.csv 37 additions, 0 deletionswetb/prepost/tests/data/demo_gendlc/ref/DLC12.csv
- wetb/prepost/tests/data/demo_gendlc/ref/DLC13.csv 25 additions, 0 deletionswetb/prepost/tests/data/demo_gendlc/ref/DLC13.csv
- wetb/prepost/tests/test_GenerateDLCs.py 60 additions, 0 deletionswetb/prepost/tests/test_GenerateDLCs.py
... | ... | @@ -5,7 +5,6 @@ numpy>=1.4 |
scipy>=0.9 | ||
matplotlib | ||
pytest | ||
xlrd | ||
xlwt | ||
openpyxl | ||
h5py | ||
... | ... | @@ -15,7 +14,6 @@ future |
paramiko | ||
psutil | ||
pbr | ||
PyScaffold | ||
pytest-cov | ||
sshtunnel | ||
xlsxwriter | ||
... | ... |
File deleted
File deleted
wetb/prepost/tests/test_GenerateDLCs.py
0 → 100644
Please register or sign in to comment