Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 311 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 311 Bytes

mlflow-tools tests

Setup

conda env create conda.yaml
source activate mlflow-tools-tests

Run tests

find . -name "test*.py" | grep -v spark | pytest -s -v

Run Spark tests

pip install pyarrow
pip install pyspark==3.1.1

py.test  -s -v spark/test_sparkml_udf_workaround.py