Skip to content

Commit 50b6a2a

Browse files
committed
[F] Fixed testing files error
1 parent c057673 commit 50b6a2a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

tests/heatmap_reg/test_hmap_infer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import numpy as np
22
import pytest
3+
34
from docaligner.heatmap_reg.infer import Inference
45

56

@@ -14,7 +15,7 @@ def mock_onnx_engine(mocker):
1415
return mock_engine
1516

1617

17-
@pytest.mark.parametrize("model_cfg", ['lcnet050', 'lcnet050_fpn', 'lcnet100', 'lcnet100_fpn', 'mobilenetv2_140', 'fastvit_t8', 'fastvit_sa24'])
18+
@pytest.mark.parametrize("model_cfg", ['lcnet100', 'fastvit_t8', 'fastvit_sa24'])
1819
def test_inference_initialization(model_cfg):
1920
inference = Inference(model_cfg=model_cfg)
2021
assert inference.cfg == Inference.configs[model_cfg]

tests/point_reg/test_point_infer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import numpy as np
22
import pytest
3+
34
from docaligner.point_reg.infer import Inference
45

56

0 commit comments

Comments
 (0)