From 200133e6d7caa3f77b6f90e78938d1f3b5112de8 Mon Sep 17 00:00:00 2001 From: tsubramanian Date: Mon, 10 Apr 2023 15:04:06 +0530 Subject: [PATCH] revert back the changes qreq_.query_config2_.featweight_enabled is set to False as per JP's old release --- 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 fc93f87155..f349ab0cfc 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 True #qreq_.query_config2_.featweight_enabled + >>> assert qreq_.query_config2_.featweight_enabled is False >>> # Featweight should be off because there is no Naut detector >>> print(qreq_.qparams.query_cfgstr) >>> assert qreq_.qparams.sv_on is True, (