File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ def _engine_candidate(
245245 category = "scene-aware-candidate" ,
246246 maturity = "research-candidate" ,
247247 required_tools = ("Auto-Boost-Essential script" , "SVT-AV1-Essential or compatible SVT-AV1" ),
248- metric_support = ("script-defined" ),
248+ metric_support = ("script-defined" , ),
249249 command = tuple (command ),
250250 command_status = "research-template-needs-script-validation" ,
251251 sources = ("https://github.com/nekotrix/auto-boost-algorithm/tree/main/Auto-Boost-Essential" ,),
Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ def test_build_bakeoff_plan_uses_size_first_defaults_and_candidates(self) -> Non
7777 self .assertIn ("ssimulacra2" , av1an ["command" ])
7878 self .assertEqual (av1an ["command_status" ], "template-needs-host-validation" )
7979 self .assertIn ("https://rust-av.github.io/Av1an/Features/TargetQuality" , av1an ["sources" ])
80+ auto_boost = item ["engines" ][3 ]
81+ self .assertEqual (auto_boost ["metric_support" ], ["script-defined" ])
8082
8183 def test_build_bakeoff_plan_can_limit_engines (self ) -> None :
8284 config = load_config (Path ("config/defaults.toml" ))
You can’t perform that action at this time.
0 commit comments