Skip to content

IsotropicCovarianceModel throw if inputDimension=0 #158

IsotropicCovarianceModel throw if inputDimension=0

IsotropicCovarianceModel throw if inputDimension=0 #158

Workflow file for this run

name: Lint source code
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install
run: |
sudo apt-get install -y python3-pip lintian
pip3 install flake8 doc8
- name: Run linter
run: ./utils/lint.sh