Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:kalininalab/SMTB2024 into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Old-Shatterhand committed Sep 29, 2024
2 parents 0406e4f + 99ae8e1 commit 85ff675
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import torch

from smtb.data import DownstreamDataModule, DownstreamDataset

from .fixtures import mock_data_dir


Expand Down
1 change: 1 addition & 0 deletions tests/test_finetune.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import os

from smtb.train import train

from .fixtures import mock_data_dir, sample_config


Expand Down
1 change: 1 addition & 0 deletions tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import torch

from smtb.model import RegressionModel

from .fixtures import sample_batch_x, sample_config


Expand Down
1 change: 1 addition & 0 deletions tests/test_pooling.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import torch

from smtb.model import poolings

from .fixtures import sample_batch_x, sample_config


Expand Down

0 comments on commit 85ff675

Please sign in to comment.