tests_for_datastore #63

Merged
brian merged 45 commits from tests_for_datastore into main 2024-12-21 17:31:14 +01:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit c9da7378a1 - Show all commits
@@ -3,7 +3,7 @@
import numpy as np
from PIL import Image
from shared.datastore import connect_minio, get_image, put_image
# from shared.datastore import connect_minio, get_image, put_image
def same_image(
@@ -1,8 +1,8 @@
"""Integration tests related to model CRUD."""
from torch.nn import Module
# from torch.nn import Module
from shared.datastore import connect_minio, get_model, put_model
# from shared.datastore import connect_minio, get_model, put_model
# def test_should_get_model(
# model_in_minio,