Skip to content

fix wrong weighted value #43

fix wrong weighted value

fix wrong weighted value #43

Workflow file for this run

name: pytest
on: [push, pull_request]
jobs:
run-poetry:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v3
- run: pipx install poetry==1.8.3
- run: poetry install
- run: poetry run pytest