Skip to content
Snippets Groups Projects
Commit 31dc3df6 authored by Hanna  JULIENNE's avatar Hanna JULIENNE
Browse files

add test folders

parent 3b457435
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#Exclude virtual environment #Exclude virtual environment
/vitual_environment/
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
...@@ -16,6 +16,11 @@ __pycache__/ ...@@ -16,6 +16,11 @@ __pycache__/
# C extensions # C extensions
*.so *.so
# R project R
*.RProject
*.RData
# Distribution / packaging # Distribution / packaging
.Python .Python
env/ env/
......
...@@ -4,8 +4,9 @@ ...@@ -4,8 +4,9 @@
├── data ├── data
│ ├── results <- results obtained on preprocessed data │ ├── results <- results obtained on preprocessed data
│ ├── processed <- original data after preprocessing. │ ├── processed <- original data after preprocessing.
| |-- sanity_checks <- Test results to check data
│ └── raw <- The original, immutable data dump. │ └── raw <- The original, immutable data dump.
├── virtual_environment <- to store your python virtual_environment for the project ├── virtual_environment <- to store your python virtual_environment, R library and docker files for the project
├── code_draft <- Jupyter notebooks or script prototypes. Naming convention is a number (for ordering), ├── code_draft <- Jupyter notebooks or script prototypes. Naming convention is a number (for ordering),
│ the creator's initials, and a short `-` delimited description, e.g. │ the creator's initials, and a short `-` delimited description, e.g.
`1.0-jqp-initial-data-exploration`. `1.0-jqp-initial-data-exploration`.
...@@ -17,6 +18,7 @@ ...@@ -17,6 +18,7 @@
│ generated with `pip freeze > requirements.txt` │ generated with `pip freeze > requirements.txt`
├── src <- Source code for use in this project. ├── src <- Source code for use in this project.
├── data <- Data downloads or simulation ├── data <- Data downloads or simulation
├── preprocessing <- Cleaning, harmonization, filtering operations ├── preprocessing <- Cleaning, harmonization, filtering operations : with the following convention : `1-step-one.py`
├── models <- Final analysis on preprocessed data |-- test <- code to run test on the data
├── results_generation <- Final analysis on preprocessed data
└── visualization <- Final figures creations └── visualization <- Final figures creations
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment