Skip to content

fix(Evaluation): Benchmark metrics were switched around. #663

fix(Evaluation): Benchmark metrics were switched around.

fix(Evaluation): Benchmark metrics were switched around. #663

Workflow file for this run

name: Run isort
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- uses: isort/isort-action@master