mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-15 23:46:02 +00:00
Fix parameter missing in method overload
This commit is contained in:
@@ -13,7 +13,7 @@ notifications:
|
||||
# command to run tests
|
||||
script:
|
||||
- black --check --diff stree
|
||||
- flake8 --count --exclude __init__.py stree
|
||||
- flake8 --count stree
|
||||
- coverage run -m unittest -v stree.tests
|
||||
after_success:
|
||||
- codecov
|
||||
|
Reference in New Issue
Block a user