Skip to content

Add implementation of the multi-fi cokriging MFCK #763

Add implementation of the multi-fi cokriging MFCK

Add implementation of the multi-fi cokriging MFCK #763

Workflow file for this run

name: Tests Minimal
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up python
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install dependencies
run: |
pip install --upgrade pip
pip install numpy cython
pip install -e .
- name: Test with pytest
run: |
pip install pytest
pytest smt