Skip to content

Transform y into 2D tensor when y.ndim == 1 and likelihood == REGRESSION #91

Transform y into 2D tensor when y.ndim == 1 and likelihood == REGRESSION

Transform y into 2D tensor when y.ndim == 1 and likelihood == REGRESSION #91

Workflow file for this run

name: ruff-format
on: pull_request
jobs:
ruff-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: "format --check"