Skip to content

Commit

Permalink
benchmarking_trees: fix src path
Browse files Browse the repository at this point in the history
  • Loading branch information
raquellewei committed Oct 18, 2023
1 parent d2b44b0 commit 98534ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fununifrac/reproducibility/benchmarking_trees.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import sys
sys.path.insert('../')
sys.path.append('../')
import glob
import pandas as pd
from src.objects.func_tree import FuncTreeEmduInput
Expand Down

0 comments on commit 98534ff

Please sign in to comment.