Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kondratyevd committed Mar 28, 2024
1 parent eeff293 commit 3514020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os, sys
sys.path.append(os.getcwd()+"/src")
sys.path.append(os.getcwd())
import copy
from benchmark import Benchmark

Expand Down

0 comments on commit 3514020

Please sign in to comment.