From d0eee26bc17ecd237c1b1e86cda78f5f310af391 Mon Sep 17 00:00:00 2001 From: Diego Russo Date: Thu, 23 Apr 2020 18:14:37 +0100 Subject: 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 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pre-commit-config.yaml') 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] -- cgit v1.2.1