GSLC-MLOps / tests /test_train.py
github-actions
Deploy from GitHub Actions: 4025db1ea73f71f9c2a3953aa74dd93cdedb2084
d7f4720
Raw
History Blame Contribute Delete
117 Bytes
from src.train import train
def test_smoke_train_runs_fast():
r = train(smoke=True)
assert 0.5 <= r <= 1.0