aboutsummaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDiego Russo <diego.russo@arm.com>2020-04-23 18:14:37 +0100
committerTim Hall <tim.hall@arm.com>2020-06-18 17:53:52 +0100
commitd0eee26bc17ecd237c1b1e86cda78f5f310af391 (patch)
tree8b4b78d1cc0f01d3686be5459353bdf1b4ea73e8 /.pre-commit-config.yaml
parente4e58e15d9916fdcef33f5c43c2f60ef124da6a6 (diff)
downloadethos-u-vela-d0eee26bc17ecd237c1b1e86cda78f5f310af391.tar.gz
Add test for len1_array_to_scalar function
Moved len1_array_to_scalar from a nested function to a staticmethod of TFLiteSubgraph. Change-Id: I182f0b70f03070855c1a4478d26644892c1ebb15 Signed-off-by: Diego Russo <diego.russo@arm.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 704c15d8..8b930b79 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -31,7 +31,7 @@ repos:
- id: pytest-cov
name: pytest
- stages: [commit]
+ stages: [push]
language: system
entry: pytest -v --cov=ethosu --cov-fail-under=0
types: [python]