AllenNeuralDynamics / AllenNeuralDynamics/dynamic-foraging-data-cleanup
Make configurable different age limits for subfolders
オープン
- 主要言語
- Python
- スター
- 0
- フォーク
- 0
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
In a data directory that looks like this:
behavior-videos need to be deleted pretty much immediately, but "behavior" needs to stick around for a few days at least.
The config should have a dict like the below that allows different ages for subfolders.
```python
subfolder_age: dict = {
"behavior": 14,
"behavior-videos": 1,
}
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。