Wrong path in Make data
This commit is contained in:
parent
7a9232ff4e
commit
7d8086ea87
|
@ -14,7 +14,7 @@ requirements:
|
|||
pip install -q -r requirements.txt
|
||||
|
||||
data: requirements
|
||||
python src/make_dataset.py
|
||||
python src/data/make_dataset.py
|
||||
|
||||
clean:
|
||||
find . -name "*.pyc" -exec rm {} \;
|
||||
|
|
Loading…
Reference in New Issue