Skip to content

✅ Cover when n_components is float or MLE #15

✅ Cover when n_components is float or MLE

✅ Cover when n_components is float or MLE #15

Workflow file for this run

name: Ruff
on: [push]
jobs:
ruff-lint:
runs-on: ubuntu-latest
name: Ruff Lint
steps:
- name: Check out source repository
uses: actions/checkout@v2
- name: Set up Python environment
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Lint
uses: jpetrucciani/ruff-check@main