updating data processing scripts to output to the correct location

This commit is contained in:
Arec
2021-10-21 06:29:43 -07:00
parent 05b31092f4
commit 2d8928f2ae
4 changed files with 4 additions and 6 deletions

View File

@@ -6,6 +6,4 @@
# expert_class:str='NormalizedIntersimpleExpert',
# expert_args:dict={mu:0.001}):
cd ./src/data
python -m expert --locs='[DR_USA_Roundabout_FT]'
cd ../
python -m src.data.expert --locs='[DR_USA_Roundabout_FT]'