Source: coremltools Version: 8.0-1 User: [email protected] Usertags: syntaxwarning
Hi Maintainer The SyntaxWarning below were emitted when this package was tested with pipuarts[1]. Regards Graham [1] https://piuparts.debian.org/sid/source/c/coremltools.html Setting up python3-coremltools (8.0-1) ... /usr/lib/python3/dist-packages/coremltools/converters/mil/frontend/tensorflow/test/test_ops.py:3925: SyntaxWarning: invalid escape sequence '\[' with pytest.raises(tf.errors.InvalidArgumentError, match="-1 is not in \[0, 6\)"): /usr/lib/python3/dist-packages/coremltools/converters/mil/frontend/tensorflow/test/test_ops.py:3935: SyntaxWarning: invalid escape sequence '\[' with pytest.raises(tf.errors.InvalidArgumentError, match="6 is not in \[0, 6\)"): /usr/lib/python3/dist-packages/coremltools/converters/mil/frontend/tensorflow/test/test_ops.py:4121: SyntaxWarning: invalid escape sequence '\[' match="\[1, -1\] does not index into param shape \[2,2\]", /usr/lib/python3/dist-packages/coremltools/converters/mil/frontend/tensorflow/test/test_ops.py:4133: SyntaxWarning: invalid escape sequence '\[' tf.errors.InvalidArgumentError, match="\[2, 0\] does not index into param shape \[2,2\]" /usr/lib/python3/dist-packages/coremltools/converters/mil/frontend/torch/dialect_ops.py:136: SyntaxWarning: invalid escape sequence '\*' """ /usr/lib/python3/dist-packages/coremltools/converters/mil/frontend/torch/test/test_torch_conversion_api.py:1797: SyntaxWarning: invalid escape sequence '\(' match="Number of TorchScript inputs \(2\) must match the user provided inputs \(1\).", /usr/lib/python3/dist-packages/coremltools/converters/mil/frontend/torch/test/test_torch_stateful_model.py:756: SyntaxWarning: invalid escape sequence '\(' match="StateType named None not provided or not found in the source torch model. Please make sure the name in 'ct.StateType\(name=..., wrapped_type=ct.TensorType\(...\)\)' match the 'named_buffers\(\)' in the source torch model.", /usr/lib/python3/dist-packages/coremltools/converters/mil/frontend/torch/test/test_torch_stateful_model.py:777: SyntaxWarning: invalid escape sequence '\(' match="StateType named invalid not provided or not found in the source torch model. Please make sure the name in 'ct.StateType\(name=..., wrapped_type=ct.TensorType\(...\)\)' match the 'named_buffers\(\)' in the source torch model: \['state'\]", /usr/lib/python3/dist-packages/coremltools/converters/mil/frontend/torch/test/test_torch_stateful_model.py:799: SyntaxWarning: invalid escape sequence '\(' match="StateType shape \(2,\) must match the torch buffer shape \(3,\)", /usr/lib/python3/dist-packages/coremltools/converters/mil/frontend/torch/test/test_torch_stateful_model.py:826: SyntaxWarning: invalid escape sequence '\(' match="Number of TorchScript inputs \(2\) must match the user provided inputs \(1\).",

