Align watermark content with detector coverage

This commit is contained in:
Victor Kuznetsov
2026-08-27 20:05:03 -07:00
parent 17408b958e
commit a8d4bce14a
61 changed files with 933 additions and 198 deletions
+1
View File
@@ -17,6 +17,7 @@ ROOT = Path(__file__).resolve().parents[1]
"visible_groundtruth.py",
"visible_recall_sample.py",
"visible_sheets.py",
"registered_mark_calibrate.py",
],
)
def test_script_help_exits_cleanly(script: str) -> None: