From 954e6c192c20f2cc577a356f1fd83cc95d780011 Mon Sep 17 00:00:00 2001 From: Nils Braun Date: Tue, 29 Aug 2017 11:10:10 +0200 Subject: [PATCH] Do not check examples for coverage --- .coveragerc | 1 + 1 file changed, 1 insertion(+) diff --git a/.coveragerc b/.coveragerc index 261f4d667..3f0d406bb 100644 --- a/.coveragerc +++ b/.coveragerc @@ -11,6 +11,7 @@ omit = tsfresh/utilities/profiling.py tsfresh/convenience/__init__.py tsfresh/examples/har_dataset.py tsfresh/examples/robot_execution_failures.py + tsfresh/examples/driftbif_simulation.py tsfresh/examples/test_tsfresh_baseline_dataset.py tsfresh/scripts/test_timing.py