dev → main: task claims (milestone 381), embedding model stamp, dedup copy band, sweep-shared.css #185
@@ -152,9 +152,12 @@ def test_a_lesson_is_judged_at_the_trigger_dominated_bar():
|
|||||||
"about one area would refuse each other"
|
"about one area would refuse each other"
|
||||||
)
|
)
|
||||||
assert _LESSON_SEMANTIC_THRESHOLD > _SEMANTIC_THRESHOLD
|
assert _LESSON_SEMANTIC_THRESHOLD > _SEMANTIC_THRESHOLD
|
||||||
# An ordinary note is untouched — the carve-out is per kind, not a
|
# The carve-out is per kind, not a loosening of the gate: a lesson's bar is
|
||||||
# loosening of the gate.
|
# its own, apart from the note's copy band (#4306).
|
||||||
assert _semantic_threshold("note") == _SEMANTIC_THRESHOLD
|
from scribe.services.dedup import _NOTE_COPY_THRESHOLD
|
||||||
|
|
||||||
|
assert _semantic_threshold("note") == _NOTE_COPY_THRESHOLD
|
||||||
|
assert _NOTE_COPY_THRESHOLD != _LESSON_SEMANTIC_THRESHOLD
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
|
|||||||
Reference in New Issue
Block a user