Skip to content

Commit

Permalink
revert back the changes
Browse files Browse the repository at this point in the history
qreq_.query_config2_.featweight_enabled is set to False as per JP's old release
  • Loading branch information
tsubramanian authored Apr 10, 2023
1 parent 20d1195 commit 200133e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wbia/algo/hots/query_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, (
Expand Down

0 comments on commit 200133e

Please sign in to comment.