Skip to content

Commit

Permalink
Update for release 1.5.0rc2 (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu authored Sep 13, 2023
1 parent c7e84bf commit 8e7f119
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/datumaro/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.5.0rc1"
__version__ = "1.5.0rc2"
1 change: 1 addition & 0 deletions tests/unit/components/test_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def postprocess(self, pred: ModelPred, info: PrepInfo) -> List[Annotation]:
return pred


@pytest.mark.new
class ModelTransformTest:
@pytest.fixture
def fxt_dataset(self):
Expand Down
1 change: 1 addition & 0 deletions tests/unit/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ def test_get_datumaro_cache_dir(
assert len(caplog.records) == 1


@pytest.mark.new
class MultiProcUtilTest:
@pytest.fixture
def fxt_producer_generator(self):
Expand Down
1 change: 1 addition & 0 deletions tests/unit/transforms/test_sam_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def fxt_inference_server_type(self, request):
def fxt_to_polygon(self, request):
return request.param

@pytest.mark.new
@pytest.mark.parametrize("num_workers", [0, 2])
def test_transform(self, fxt_dataset, fxt_inference_server_type, fxt_to_polygon, num_workers):
if fxt_inference_server_type == InferenceServerType.ovms:
Expand Down

0 comments on commit 8e7f119

Please sign in to comment.