Skip to content

Commit

Permalink
Merge pull request #59 from BrainLesion/56-keyerror-metric
Browse files Browse the repository at this point in the history
Added a whole bunch of default values
  • Loading branch information
neuronflow authored Apr 1, 2024
2 parents 129c759 + 8d53051 commit 7fe8fa4
Show file tree
Hide file tree
Showing 2 changed files with 284 additions and 233 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
# - name: Test with pytest
# run: |
# pytest
- name: Test with pytest
run: |
pytest
Loading

0 comments on commit 7fe8fa4

Please sign in to comment.