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 98534ff commit 1f8b69f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fununifrac/reproducibility/benchmarking_trees.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import sys
sys.path.append('../')
sys.path.append('..')
sys.path.append('../src')
import glob
import pandas as pd
from src.objects.func_tree import FuncTreeEmduInput
Expand Down

0 comments on commit 1f8b69f

Please sign in to comment.