MultiTalk-Code / mesh /tests /__init__.py
ameerazam08's picture
Upload folder using huggingface_hub
6931c7b verified
raw
history blame contribute delete
333 Bytes
#!/usr/bin/env python
# encoding: utf-8
# Copyright (c) 2013 Max Planck Society. All rights reserved.
import tempfile
from os.path import abspath, dirname, join
test_data_folder = abspath(join(dirname(__file__), '..', 'data', 'unittest'))
# folder used for creating temporary files
temporary_files_folder = tempfile.gettempdir()