Skip to content

Commit

Permalink
Update test_example_circuit.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Dec 11, 2023
1 parent 8a40389 commit f60b005
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f60b005

Please sign in to comment.