Skip to content

fixed bug that leads to 1D linear material not behaving properly in simulations #27

fixed bug that leads to 1D linear material not behaving properly in simulations

fixed bug that leads to 1D linear material not behaving properly in simulations #27

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build solver
shell: bash
run: |
sudo apt-get -y install libboost-all-dev
mkdir build_skyline
cd build_skyline
cmake ..
make
- name: install dependencies
run: |
pip install pytest pytest-cov pytest-mock
pip install numpy
- name: result tests
run: |
pytest