Skip to content

fix: handle empty iter_data_new_exp in auto_prob generation #1077

fix: handle empty iter_data_new_exp in auto_prob generation

fix: handle empty iter_data_new_exp in auto_prob generation #1077

Workflow file for this run

on:
push:
pull_request:
name: Type checker
jobs:
test:
name: pyright
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v6
with:
python-version: '3.10'
- run: pip install -e .[gui]
- uses: jakebailey/pyright-action@v3
with:
version: 1.1.318