Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Robust hinfsyn: add suboptimal synth#103

Robust hinfsyn: add suboptimal synth

Robust hinfsyn: add suboptimal synth #103

Workflow file for this run

# run ruff check on library source
# TODO: extend to tests, examples, benchmarks
name:ruff-check
on:[push, pull_request]
jobs:
ruff-check-linux:
# ruff *shouldn't* be sensitive to platform
runs-on:ubuntu-latest
steps:
-name:Checkout python-control
uses:actions/checkout@v3
-name:Setup environment
uses:actions/setup-python@v4
with:
python-version:3.13# todo: latest?
-name:Install ruff
run:|
python -m pip install --upgrade pip
python -m pip install ruff
-name:Run ruff check
run:|
ruff check

[8]ページ先頭

©2009-2025 Movatter.jp