File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -490,8 +490,7 @@ def test_validate_parameters_no_paths_provided(self):
490490 # Decoder is created but logs a warning - it won't be usable for inference
491491 # Create the TRT decoder
492492 try :
493- decoder = qec .get_decoder ('trt_decoder' ,
494- self .H )
493+ decoder = qec .get_decoder ('trt_decoder' , self .H )
495494 # If decoder is None or doesn't initialize properly, skip these tests
496495 if decoder is None :
497496 pytest .skip (
@@ -500,6 +499,7 @@ def test_validate_parameters_no_paths_provided(self):
500499 pytest .skip (
501500 f"Failed to create TRT decoder (GPU may be unavailable): { e } " )
502501
502+
503503class TestTRTDecoderFileOperations (TestTRTDecoderSetup ):
504504 """Tests for TRT decoder file loading operations."""
505505
You can’t perform that action at this time.
0 commit comments