Skip to content

FIX ndim of y_hat in predict should match y in fit for NARX (#170) #328

FIX ndim of y_hat in predict should match y in fit for NARX (#170)

FIX ndim of y_hat in predict should match y in fit for NARX (#170) #328

Workflow file for this run

name: CI
on:
workflow_call:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
call-test:
uses: ./.github/workflows/test.yml
secrets: inherit
call-wasm-wheel:
needs: call-test
uses: ./.github/workflows/emscripten.yml
call-wheel:
needs: call-test
uses: ./.github/workflows/wheel.yml