Skip to content

the value of x_s_dt, x_s, and x_b were not updated correctly. #52

the value of x_s_dt, x_s, and x_b were not updated correctly.

the value of x_s_dt, x_s, and x_b were not updated correctly. #52

Workflow file for this run

name: Black
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable
with:
black_args: ". --check"