Sam Chaudry
Upload folder using huggingface_hub
7885a28 verified
raw
history blame
162 Bytes
import pytest
@pytest.fixture(params=[True, False])
def sort(request):
"""Boolean sort keyword for concat and DataFrame.append."""
return request.param