AllenNeuralDynamics / AllenNeuralDynamics/dynamic-foraging-data-cleanup

Make configurable different age limits for subfolders

Abierto
#1 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Python
Estrellas
0
Forks
0
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.