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

SyntaxWarning on regex #405

Open
quillaja opened this issue Oct 19, 2024 · 1 comment
Open

SyntaxWarning on regex #405

quillaja opened this issue Oct 19, 2024 · 1 comment

Comments

@quillaja
Copy link

Just installed per instructions and got this:

kiss_icp\.venv\Lib\site-packages\kiss_icp\datasets\ncd.py:75: SyntaxWarning: invalid escape sequence '\d'
  regex = re.compile("^cloud_(\d*_\d*)")

Maybe change the regex to a raw string? r"^cloud_(\d*_\d*)"

@tizianoGuadagnino
Copy link
Collaborator

You can definetely open a pull request with that, if it works on the NCD dataset we can probably merge it right away ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants