ioos / compliance-checker

Python tool to check your datasets against compliance standards
http://ioos.github.io/compliance-checker/
Apache License 2.0
108 stars 58 forks source link

Dataset passed to every single check #1080

Open benjwadams opened 4 months ago

benjwadams commented 4 months ago

The current Compliance Checker workflow has a ds parameter to every single check.

This repeated boilerplate and in general, I think it'd be better to design around having the checker constructor take a dataset so that it was accessible via an instance variable instead.