Closed DeborahVolpe closed 1 week ago
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:
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
Error arising in the CI test execution.
Once resolved, do not forget to revert https://github.com/cda-tum/mqt-qao/commit/14dbee0c6b9b5b0a918b0ce3520a4b5c2aeda8df
Environment information
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.