Skip to content

fix: P-value calculation off by one. Added interpolation. #90

fix: P-value calculation off by one. Added interpolation.

fix: P-value calculation off by one. Added interpolation. #90

Workflow file for this run

name: Algorithm-Report
on:
push:
branches:
- master
jobs:
test-report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: "Create report"
run: docker-compose build api && docker-compose run -u 0 api python src/tests/optimizer_test.py
- name: Archive results
uses: actions/upload-artifact@v2
with:
name: algorithm-report
path: api/test_report.png