Kaszanas / Kaszanas/SC2_Datasets

Composable Validators

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

Description

### Is your proposal related to a problem?

Users might want to filter out some replays as a part of the validation pipeline. Validators should be composable.

### Describe the solution you'd like

A list of callable validators passed that will be executed on the files.

Pseudocode:
```
if any(validator is not true) -> skip file
```

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.