Skip to content

Commit

Permalink
fix: requirements and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
origyZ committed Jul 26, 2024
1 parent 6887cef commit a1b10d4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: 'pip'
- run: pip install -U flake8
- name: Run python code lint
run: flake8 moltx
run: flake8 dilipredict

tests:
name: "Python ${{ matrix.py-version }} unit-tests"
Expand Down
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
einops
numpy==1.24.4
torch==1.13.1
torchvision==0.14.1
einops
pillow
scikit-learn
Empty file removed tests/test_datasets.py
Empty file.
2 changes: 1 addition & 1 deletion tests/test_piplines.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from dilipredict import models, pipelines


def test_MutSmiReg(image_loader):
def test_DILIPredict(image_loader):
test_img_path = 'tests/data/test_img.tiff'
image_files = [
[test_img_path] * 10,
Expand Down

0 comments on commit a1b10d4

Please sign in to comment.