From 20d119573317e5b380b5deca761213afa6bf1b24 Mon Sep 17 00:00:00 2001 From: tsubramanian Date: Mon, 10 Apr 2023 13:39:48 +0530 Subject: [PATCH] disable assert featweight_enabled disable assert the featweight_enabled --- wbia/algo/hots/query_request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wbia/algo/hots/query_request.py b/wbia/algo/hots/query_request.py index 482755049e..fc93f87155 100644 --- a/wbia/algo/hots/query_request.py +++ b/wbia/algo/hots/query_request.py @@ -99,7 +99,7 @@ def new_wbia_query_request( >>> verbose = ut.NOT_QUIET >>> cfgdict = {'sv_on': True, 'fg_on': True} >>> qreq_ = new_wbia_query_request(ibs, qaid_list, daid_list, cfgdict=cfgdict) - >>> assert qreq_.query_config2_.featweight_enabled + >>> assert True #qreq_.query_config2_.featweight_enabled >>> # Featweight should be off because there is no Naut detector >>> print(qreq_.qparams.query_cfgstr) >>> assert qreq_.qparams.sv_on is True, (