AllenNeuralDynamics / AllenNeuralDynamics/dynamic-foraging-data-cleanup

Make configurable different age limits for subfolders

Aberta
#1 0 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Python
Estrelas
0
Forks
0
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

In a data directory that looks like this:

Image

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,
}
```

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.