ioos/compliance-checker

Dataset passed to every single check

benjwadams opened this issue · 0 comments

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.