Skip to content

Commit

Permalink
whaleridgefindr case update in plugin
Browse files Browse the repository at this point in the history
Smallcase whaleridgefindrFeature update in plugin
  • Loading branch information
tsubramanian authored Aug 31, 2023
1 parent 3728eb0 commit d4a9116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wbia_whaleridgefindr/_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def whaleridgefindr_aid_feature_dict(ibs, aid_list, skip_failures=False):
dirty_aid_list.append(aid)

dirty_hash_data_list = ibs.depc_annot.get(
'whaleridgefindrFeature', dirty_aid_list, 'response'
'WhaleRidgeFindRFeature', dirty_aid_list, 'response'
)
zipped = zip(dirty_aid_list, dirty_hash_data_list)
for dirty_aid, dirty_hash_data in zipped:
Expand Down Expand Up @@ -539,7 +539,7 @@ def whaleridgefindr_wbia_distance_list_from_whaleridgefindr_result(
def whaleridgefindr_passport(ibs, aid, output=False, config={}, **kwargs):

annot_hash_data = ibs.depc_annot.get(
'whaleridgefindrFeature', [aid], 'response', config=config
'WhaleRidgeFindRFeature', [aid], 'response', config=config
)
hash_data = annot_hash_data[0]

Expand Down

0 comments on commit d4a9116

Please sign in to comment.