Skip to content

Feature: Expr and GenExpr support numpy unary func like np.sin #406

Feature: Expr and GenExpr support numpy unary func like np.sin

Feature: Expr and GenExpr support numpy unary func like np.sin #406

Triggered via pull request April 3, 2026 14:45
Status Failure
Total duration 2m 13s
Artifacts

stubs.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
lint
Process completed with exit code 1.
ruff (F811): src/pyscipopt/scip.pyi#L361
src/pyscipopt/scip.pyi:361:9: F811 Redefinition of unused `__iadd__` from line 354: `__iadd__` redefined here src/pyscipopt/scip.pyi:354:9: previous definition of `__iadd__` here help: Remove definition: `__iadd__`
ruff (F811): src/pyscipopt/scip.pyi#L360
src/pyscipopt/scip.pyi:360:9: F811 Redefinition of unused `__gt__` from line 353: `__gt__` redefined here src/pyscipopt/scip.pyi:353:9: previous definition of `__gt__` here help: Remove definition: `__gt__`
ruff (F811): src/pyscipopt/scip.pyi#L359
src/pyscipopt/scip.pyi:359:9: F811 Redefinition of unused `__getitem__` from line 352: `__getitem__` redefined here src/pyscipopt/scip.pyi:352:9: previous definition of `__getitem__` here help: Remove definition: `__getitem__`
ruff (F811): src/pyscipopt/scip.pyi#L358
src/pyscipopt/scip.pyi:358:9: F811 Redefinition of unused `__ge__` from line 351: `__ge__` redefined here src/pyscipopt/scip.pyi:351:9: previous definition of `__ge__` here help: Remove definition: `__ge__`
ruff (F811): src/pyscipopt/scip.pyi#L357
src/pyscipopt/scip.pyi:357:9: F811 Redefinition of unused `__eq__` from line 350: `__eq__` redefined here src/pyscipopt/scip.pyi:350:9: previous definition of `__eq__` here help: Remove definition: `__eq__`
ruff (F811): src/pyscipopt/scip.pyi#L356
src/pyscipopt/scip.pyi:356:9: F811 Redefinition of unused `__add__` from line 349: `__add__` redefined here src/pyscipopt/scip.pyi:349:9: previous definition of `__add__` here help: Remove definition: `__add__`
stubtest
Process completed with exit code 1.
lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: astral-sh/ruff-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
stubtest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-python@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/