From 205aacb67ecc281890333f48c16989b71fa85180 Mon Sep 17 00:00:00 2001 From: huanhuanchen Date: Mon, 16 Sep 2019 12:04:01 -0700 Subject: [PATCH] Internal testing Just a internal testing PiperOrigin-RevId: 269388981 --- morph_net/framework/group_lasso_base_op_handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/morph_net/framework/group_lasso_base_op_handler.py b/morph_net/framework/group_lasso_base_op_handler.py index 881fd61..88ca21c 100644 --- a/morph_net/framework/group_lasso_base_op_handler.py +++ b/morph_net/framework/group_lasso_base_op_handler.py @@ -2,6 +2,7 @@ This OpHandler should not be called directly. It is a virtual base class for regularization source OpHandlers that use Group Lasso as their regularizer. +test test """ from __future__ import absolute_import