Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
raquellewei committed Oct 18, 2023
1 parent 0a3347d commit 35fba79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 81 deletions.
80 changes: 0 additions & 80 deletions fununifrac/benchmarking_trees.py

This file was deleted.

3 changes: 2 additions & 1 deletion fununifrac/reproducibility/benchmarking_trees.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import sys, os
ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
sys.path.append(ROOT_DIR)
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 35fba79

Please sign in to comment.