aolabNeuro / aolabNeuro/analyze
preproc overwrite doesn't fully overwrite
Đang mở
bug
- Ngôn ngữ chính
- Python
- Star
- 7
- Fork
- 0
- Merge trung bình
- 22 giờ 29 phút
- Pull request đã merge (30 ngày)
- 2
Mô tả
in any of the preproc wrappers, the `overwrite` flag allows you to write to a file that already exists, but it doesn't mean that the file will be overwritten, just that the contents will be appended. currently it's just a safety mechanism for not accidentally changing files you don't want to. but if there is outdated information in the file, e.g. eye calibration, then re-doing the preprocessing with `overwrite=True` doesn't remove that calibration.
related to #252
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.