Skip to content

Add update function for learning causal coupling #36

Add update function for learning causal coupling

Add update function for learning causal coupling #36

Workflow file for this run

name: Rust Crate CI
on:
release:
types: [published]
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Run tests
run: cargo test