From 865d998236a28031d6e875ebc5efccac54cacd92 Mon Sep 17 00:00:00 2001 From: Kevin DeSimone Date: Mon, 15 May 2017 18:27:48 -0400 Subject: [PATCH] RF: updated coveragerc to match new filename --- .coveragerc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.coveragerc b/.coveragerc index 53c9ddc..9cf4954 100644 --- a/.coveragerc +++ b/.coveragerc @@ -11,7 +11,7 @@ omit = popeye/xvalidation.py popeye/strf.py popeye/css_regularized.py - popeye/og_hrf_regularized.py + popeye/og_regularized_hrf.py popeye/xvalidation.py [report] @@ -26,5 +26,5 @@ omit = */popeye/strf.py */popeye/gabor.py */popeye/css_regularized.py - */popeye/og_hrf_regularized.py + */popeye/oga_regularized_hrf.py */popeye/xvalidation.py