Skip to content

Commit

Permalink
Update testing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
YingtongDou committed Jul 30, 2020
1 parent 70635b0 commit 9e5a192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from UGFraud.Demo.eval_ZooBP import *


sys.path.insert(0, os.path.abspath('../UGFraud/Demo/'))
sys.path.insert(0, os.path.abspath('../UGFraud/UGFraud/Demo/'))
# data source
file_name = 'Yelp_graph_data.json'
path_name = sys.path[0] + '/' + file_name
Expand Down

0 comments on commit 9e5a192

Please sign in to comment.