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, (