mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 07:06:36 +00:00
[AZ-171] Remove unused onnx_batch config, add macOS skip for CoreML tests
Made-with: Cursor
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
import cv2
|
||||
@@ -92,6 +93,7 @@ class TestOnnxExport:
|
||||
assert out[0].shape[0] == 4
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.platform != "darwin", reason="CoreML requires macOS")
|
||||
class TestCoremlExport:
|
||||
def test_coreml_package_created(self, exported_models):
|
||||
# Assert
|
||||
|
||||
Reference in New Issue
Block a user