Skip to content

Commit

Permalink
Fix escape-symbol problem
Browse files Browse the repository at this point in the history
  • Loading branch information
shampletov-no committed Dec 8, 2023
1 parent 56a3003 commit 495e6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_dataset/cir_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Logging.setup_logging(logging_level=logging.ERROR)


parser = SpiceParser(path='C:\dev\ivc-circuit-detector\circuit_classes\D_R\D_R.cir')
parser = SpiceParser(path=r'C:\dev\ivc-circuit-detector\circuit_classes\D_R\D_R.cir')
circuit = parser.build_circuit()

el = circuit['R1']
Expand Down

0 comments on commit 495e6fd

Please sign in to comment.