Handvask / handvask

Anomalous backslash detected PY-W0073
Bug risk
Major
a year agoa year old
Anomalous backslash in string: '\ '. String constant might be missing an r prefix.
 21HEADERS = {"X-Api-Key": os.getenv("API_KEY")}
 22SOLVER_NAME = os.getenv("SOLVER_IMAGE")
 23
 24test_problem = "int: i; array[1..2] of var 0..i: x; constraint x[1] < i /\ x[2] < i; solve :: int_search( x, input_order, indomain_min ) maximize x[1] + x[2];" 25test_data = "i = 1000000;"
 26test_solvers = ["gecode", "chuffed", "or-tools"]
 27test_objective = True