applied-ai-018's picture
Add files using upload-large-folder tool
eb64a60 verified
raw
history blame
136 Bytes
import uuid
import pytest
@pytest.fixture
def setup_path():
"""Fixture for setup path"""
return f"tmp.__{uuid.uuid4()}__.h5"