lincc-frameworks / lincc-frameworks/hyrax
Need a simple dataset class validator script
@maxwest-uw is already working on this.
Since Apr 23, 2026.
- Dominant language
- Python
- Stars
- 41
- Forks
- 7
- Avg merge
- 5d 1h
- Merged PRs (30d)
- 8
Description
We should implement some tooling that will help give people confidence that their data_set class is doing what it is suppose to do.
Given a users data_set class, plus some small amount of example data and a run time config, the tooling should be able to run a few checks on the dataset class, provide an example of the data that it would return, verify that the expected methods are present, ...
Many of those things could be accomplished by simply running fibad using that data_set class, but this tooling could help facilitate a faster development process by eliminating the complication of developing a model at the same time.
This functionality could also serve as a validation for use with a specific version of fibad. i.e. "the data_set class passes this validation for fibad version <= x.y.z".
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.