Skip to content

Add inspection effectiveness #183

Add inspection effectiveness

Add inspection effectiveness #183

Workflow file for this run

name: Example Scripts
on:
push:
branches:
- main
pull_request:
jobs:
test-scripts:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version:
- "3.9"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install
run: |
python -m pip install --upgrade pip
pip install .
- name: Run Bash example scripts
run: |
cd examples/bash
./bash_examples.sh
./generate_synthetic_F280_dataset.sh test.csv 100
- name: Run Python example scripts
run: |
cd examples/python
./scenarios.py