Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor sample projects generation scripts into a proper tested utility #102

Open
niksirbi opened this issue Nov 10, 2023 · 0 comments
Open
Labels
enhancement Optional feature

Comments

@niksirbi
Copy link
Member

In PR #100, I added scripts/generate_sample_projects to the repository, to keep track of how the sample projects were generated.

@samcunliffe brought up that these could be converted into a more reproducible/tested utility for generating sample projects. Apart from refactoring, this would necessitate the addition of tests, and perhaps some command-line entry points.

There is a roadblock, however. The original sample generation scripts grab data from our private internal data storage server, extract a small subset of it, and reformat it into a directory structure convenient for WAZP. To truly test the scripts, we would also need to publicly share (some of the) bigger datasets, which we cannot do. But perhaps we could modify the scripts so that they can extract samples form already publically available animal behaviour datasets.

This is not a priority right now, but may become more relevant if we want to generate many more sample datasets in future.

@niksirbi niksirbi added the enhancement Optional feature label Nov 10, 2023
@niksirbi niksirbi mentioned this issue Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Optional feature
Projects
None yet
Development

No branches or pull requests

1 participant