Files
cellxgene/test/unit/cli/fixtures/__init__.py
Andrew Tolopko a9ef01a6f9 fix test (#2549)
address issues building mlflow model in GHA test env
2022-07-29 11:17:04 -04:00

6 lines
98 B
Python

from .mlflow_model_fixture import FakeModel
def _load_pyfunc(data_path):
return FakeModel()