Skip to content

Commit

Permalink
test paths absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
beckynevin committed Oct 22, 2024
1 parent d2d8765 commit e9a318f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_DeepEnsemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import tempfile
import shutil
import yaml
from data.data import MyDataLoader, DataPreparation
from src.data.data import MyDataLoader, DataPreparation


@pytest.fixture()
Expand Down
2 changes: 1 addition & 1 deletion test/test_DeepEvidentialRegression.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import tempfile
import shutil
import yaml
from data.data import MyDataLoader, DataPreparation
from src.data.data import MyDataLoader, DataPreparation


@pytest.fixture()
Expand Down

0 comments on commit e9a318f

Please sign in to comment.