Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecation warning #3067

Merged

Conversation

AlexanderDokuchaev
Copy link
Collaborator

Changes

Use raw string for docstring with \

Reason for changes

nncf/quantization/algorithms/weight_compression/backend.py:165
  /home/runner/work/nncf/nncf/nncf/quantization/algorithms/weight_compression/backend.py:165: DeprecationWarning: invalid escape sequence '\ '
    """

@github-actions github-actions bot added the NNCF PTQ Pull requests that updates NNCF PTQ label Nov 7, 2024
@AlexanderDokuchaev AlexanderDokuchaev marked this pull request as ready for review November 7, 2024 21:13
@AlexanderDokuchaev AlexanderDokuchaev requested a review from a team as a code owner November 7, 2024 21:13
@alexsu52 alexsu52 merged commit b8b0dee into openvinotoolkit:develop Nov 8, 2024
14 checks passed
nikita-savelyevv pushed a commit to nikita-savelyevv/nncf that referenced this pull request Dec 11, 2024
### Changes

Use raw string for docstring with `\`

### Reason for changes

```
nncf/quantization/algorithms/weight_compression/backend.py:165
  /home/runner/work/nncf/nncf/nncf/quantization/algorithms/weight_compression/backend.py:165: DeprecationWarning: invalid escape sequence '\ '
    """
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NNCF PTQ Pull requests that updates NNCF PTQ
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants