Skip to content

396 convert regressors to num power #1971

396 convert regressors to num power

396 convert regressors to num power #1971

Triggered via pull request July 6, 2026 22:54
Status Failure
Total duration 1m 39s
Artifacts

ci.yml

on: pull_request
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
PHP 8.4 on ubuntu-latest
Process completed with exit code 1.
PHP 8.4 on ubuntu-latest: src/NeuralNet/Layers/Noise.php#L113
Unknown parameter $size in call to static method NumPower::normal().
PHP 8.4 on ubuntu-latest: src/NeuralNet/Layers/Noise.php#L113
Missing parameter $shape (mixed) in call to static method NumPower::normal().
PHP 8.4 on ubuntu-latest: src/NeuralNet/Initializers/Uniform.php#L46
Unknown parameter $size in call to static method NumPower::uniform().
PHP 8.4 on ubuntu-latest: src/NeuralNet/Initializers/Uniform.php#L45
Missing parameter $shape (mixed) in call to static method NumPower::uniform().
PHP 8.4 on ubuntu-latest: src/NeuralNet/Initializers/Normal.php#L45
Unknown parameter $size in call to static method NumPower::normal().
PHP 8.4 on ubuntu-latest: src/NeuralNet/Initializers/Normal.php#L45
Missing parameter $shape (mixed) in call to static method NumPower::normal().
PHP 8.4 on ubuntu-latest
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/