cda-tum / mqt-qao

MQT Quantum Auto Optimizer - A MQT tool for Solving Optimization Problems with Quantum Computers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ› invalid escape sequence inside dwave-system, dimod and docplex libraries - Not critical for functional behaviour

DeborahVolpe opened this issue Β· comments

Environment information

  • All the OS

Description

Inside the comment lines of the dwave-system, dimod and docplex libraries there are invalid escape sequences that was warning in previous python versions but syntax errors from Python 12.

Issues arised in the respective repository:

Expected behavior

In regular CI test (not in the minimal version part) the following type of error arises:

SyntaxError: invalid escape sequence '_'

inside a comment line of one of the mentioned libraries

How to Reproduce

Error arising in the CI test execution.

Once resolved, do not forget to revert 14dbee0