Skip to content

Commit

Permalink
Merge pull request #13 from hirsch-lab/study/usb_covid_bbtest
Browse files Browse the repository at this point in the history
Study/usb covid bbtest
  • Loading branch information
normanius authored Jun 11, 2021
2 parents 2ad5922 + ba48807 commit ad42874
Show file tree
Hide file tree
Showing 4 changed files with 685 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ venv.bak/
.idea/*
/venv/
*.png
output/
output*/
results/
tmp/
6 changes: 6 additions & 0 deletions studies/covid_bbtest/context.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import sys
from pathlib import Path

dir_path = Path(__file__).parent
src_path = (dir_path / ".." / ".." / "src").resolve()
sys.path.insert(0, str(src_path))
Loading

0 comments on commit ad42874

Please sign in to comment.