You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prepare selectors (eg: get data files and parse them)
collect output into the correct format
handle some error and edge case checking
Advantages are that people writing checks need to think less about the items above, disadvantages are that it obscures all of that, and leads to the possibility that users can run a bunch of checks simultaneously which we don't want
The text was updated successfully, but these errors were encountered:
similar to what the R package does, this should include methods for
runCheck might instead be implemented as a decorator such that a user could write a check that looks like:
the decorator could:
Advantages are that people writing checks need to think less about the items above, disadvantages are that it obscures all of that, and leads to the possibility that users can run a bunch of checks simultaneously which we don't want
The text was updated successfully, but these errors were encountered: