fix(perf): apply MVP threading hotfix
Configure numerical library and torch threading for H1, keep raster threading/timing instrumentation, remove CONCERTATION from forced masks after real PDF FP testing, and record coordination archive state.
This commit is contained in:
@@ -23,6 +23,7 @@ def test_default_config_template_is_externalized():
|
||||
|
||||
cfg = core.load_dictionaries(None)
|
||||
assert "CHUXX" in cfg["blacklist"]["force_mask_terms"]
|
||||
assert "CONCERTATION" not in cfg["blacklist"]["force_mask_terms"]
|
||||
|
||||
|
||||
def test_runtime_overlay_template_is_minimal():
|
||||
@@ -101,4 +102,5 @@ def test_effective_param_lists_include_defaults_when_overlay_is_empty(tmp_path:
|
||||
|
||||
assert "classification internationale" in params["whitelist_phrases"]
|
||||
assert "CHUXX" in params["blacklist_force_mask_terms"]
|
||||
assert "CONCERTATION" not in params["blacklist_force_mask_terms"]
|
||||
assert params["additional_stopwords"] == []
|
||||
|
||||
Reference in New Issue
Block a user