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
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
We're using a fork of the pyqwalify module that Abdul created; you can see his changes here. This seems awkward (what if that repo disappears?). Can we remove this dependency somehow -- e.g., by extracting the functionality we need, moving the repo over to reichlab, or working with the original pyqwalify code?
I see three main changes in Abdul's code:
Look for files that end with .txt instead of just .yml or .yaml. Possible solution: change all the model metadata files in the hub to end with .yml
Allow for a silent argument to validation. Possible solution: not sure, but could we somehow sink the log?
Return a boolean indicating whether there were any errors rather than the data. There may be no way around this.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We're using a fork of the pyqwalify module that Abdul created; you can see his changes here. This seems awkward (what if that repo disappears?). Can we remove this dependency somehow -- e.g., by extracting the functionality we need, moving the repo over to reichlab, or working with the original pyqwalify code?
I see three main changes in Abdul's code:
silent
argument to validation. Possible solution: not sure, but could we somehow sink the log?The text was updated successfully, but these errors were encountered: