Skip to content

Fixing the ax.set_ylim([max(yticks) + 0.5, min(yticks) - 0.5]) issue … #117

Fixing the ax.set_ylim([max(yticks) + 0.5, min(yticks) - 0.5]) issue …

Fixing the ax.set_ylim([max(yticks) + 0.5, min(yticks) - 0.5]) issue … #117

Workflow file for this run

name: Presubmit
on: [push]
jobs:
Presubmit:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: actions/checkout@v3
- run: python3 -m pip install -r requirements-dev.txt
- run: ./check.sh