Skip to content

Check if logprobs is None or empty (#846) #1950

Check if logprobs is None or empty (#846)

Check if logprobs is None or empty (#846) #1950

Workflow file for this run

name: Black
on:
pull_request:
branches:
- "main"
push:
branches:
- "main"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose"
version: "23.3.0"