Add self-scoping assessment comparison
This commit is contained in:
parent
d14cb316c7
commit
0b16167769
7 changed files with 388 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
from repo_registry.self_scoping.assessment import export_assessment_artifact
|
||||
from repo_registry.self_scoping.comparison import compare_assessment_to_golden
|
||||
|
||||
__all__ = ["export_assessment_artifact"]
|
||||
__all__ = ["compare_assessment_to_golden", "export_assessment_artifact"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue