Commit 32d1958
committed
refactor: change default output folder to outputs/{filename}/
- Change default --outputFolder from same directory as input file to 'outputs/'
- Output files now organized in subdirectories: outputs/{inputFileName}/
- Simplify code by setting default in argparse instead of conditional logic
Changes to src/accelerometer/accProcess.py:
- Set default='outputs' in parser.add_argument for --outputFolder
- Remove conditional check for None, create subdirectory path directly
- Maintain backward compatibility: users can still override with --outputFolder flag1 parent 8886240 commit 32d1958
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
278 | | - | |
279 | | - | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| |||
0 commit comments