Skip to content

Commit

Permalink
FIX test
Browse files Browse the repository at this point in the history
  • Loading branch information
straussmaximilian committed May 20, 2022
1 parent 981e5a1 commit 3d7ea9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/omic_learn_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest XlsxWriter
if [ -f requirements_pip.txt ]; then pip install -r requirements_pip.txt; fi
pip install .
- name: Run tests
run: |
cd tests/
Expand Down
4 changes: 2 additions & 2 deletions tests/test_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import pandas as pd

sys.path.append("..")
from utils.ui_helper import load_data
from utils.ml_helper import normalize_dataset, transform_dataset
from omiclearn.utils.ui_helper import load_data
from omiclearn.utils.ml_helper import normalize_dataset, transform_dataset

state = {}

Expand Down

0 comments on commit 3d7ea9a

Please sign in to comment.