Wildbook icon indicating copy to clipboard operation
Wildbook copied to clipboard

properly notify user when a match fails due to empty matching set

Open naknomum opened this issue 1 year ago • 0 comments

attempt to fail properly when an empty matching set is used to match against. testing must be done, see (2) below.

PR fixes #524

:warning: this is only a draft because it might only fix part of the problem:

  1. the code changes should properly short-circuit matching execution when an empty matching set is used (rather than requeue the job)
  2. what is incomplete: will this properly set the task results such that the jsp page can report this back to user?

naknomum avatar Jul 12 '24 00:07 naknomum