Skip to content

Adjusts initialization in coupled to use 1s instead of 0s #298

Adjusts initialization in coupled to use 1s instead of 0s

Adjusts initialization in coupled to use 1s instead of 0s #298

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: poetry install --no-root
- name: Test with pytest
run: make test