Skip to content

Commit 0a7d65d

Browse files
committed
Convert StrEnum to str for MyPy
1 parent 87946cf commit 0a7d65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_commands/test_export_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def test_onnx_export(
112112
checkpoint=dinov2_vits14_eomt_checkpoint,
113113
height=height,
114114
width=width,
115-
precision=precision,
115+
precision=precision.value,
116116
batch_size=batch_size,
117117
overwrite=True,
118118
)

0 commit comments

Comments
 (0)