From f60b0059772940e69cc198de9f0012148b3b89d4 Mon Sep 17 00:00:00 2001 From: Lukas Chrostowski Date: Sun, 10 Dec 2023 21:55:37 -0800 Subject: [PATCH] Update test_example_circuit.py --- .../tech/GSiP/pymacros/tests/test_example_circuit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klayout_dot_config/tech/GSiP/pymacros/tests/test_example_circuit.py b/klayout_dot_config/tech/GSiP/pymacros/tests/test_example_circuit.py index a049cde0..22afbc9c 100644 --- a/klayout_dot_config/tech/GSiP/pymacros/tests/test_example_circuit.py +++ b/klayout_dot_config/tech/GSiP/pymacros/tests/test_example_circuit.py @@ -98,7 +98,7 @@ def test_example_circuit(): import os path = os.path.dirname(os.path.realpath(__file__)) import sys - sys.path.insert(0,os.path.abspath(os.path.join(path, '../../../python'))) + sys.path.insert(0,os.path.abspath(os.path.join(path, '../../../../python'))) import SiEPIC assert example_circuit() == 0