Kaszanas / Kaszanas/SC2_Datasets

Persistent validators holding tournament information

Open
#21 0 comments 0 reactions 1 assignee Claimed by @Kaszanas View on GitHub
feature request good first issue
Dominant language
Python
Stars
17
Forks
4
PR merge metrics
No merged PRs in 30d

Description

When returning ```read_skip_files``` from validators these are loading a list from the file that holds all of the files that should be skipped for a given dataset.

This means that it is not possible to count how much files are validated/skipped per replaypack.

Such implementation should be relatively simple in the following form when saving the persistent file:

```json
{
"Tournament_1": {"validated_files": ["file_n0", "file_n1"],
"skip_files": ["file_n2","file_n3"]},
"Tournament_2": {"validated_files": ["file_m0"],
"skip_files": []}

}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.