Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
amva13 committed Aug 2, 2024
1 parent 97e5794 commit 9852f77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dependencies:
- pydantic==2.6.3
- gget==0.28.4
- pydantic==2.6.3
- pytest==8.3.2
- rdkit==2023.9.5
- tiledbsoma==1.7.2
- transformers==4.43.3
Expand Down
2 changes: 2 additions & 0 deletions tdc/test/test_hf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

import unittest
import shutil
import pytest

# temporary solution for relative imports in case TDC is not installed
# if TDC is installed, no need to use the following line
Expand All @@ -22,6 +23,7 @@ def setUp(self):
print(os.getcwd())
pass

@pytest.mark.skip(reason="This test is skipped due to deeppurpose installation dependency")
def test_hf_load_predict(self):
from tdc.single_pred import Tox
data = Tox(name='herg_karim')
Expand Down

0 comments on commit 9852f77

Please sign in to comment.