Skip to content

Commit

Permalink
processing tag was not updated for targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Goina committed Feb 28, 2024
1 parent f2fda03 commit f160912
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ private <M extends AbstractNeuronEntity, T extends AbstractNeuronEntity> long up
Set<T> targetsToUpdate = cdMatches.stream()
.map(AbstractMatchEntity::getMatchedImage).collect(Collectors.toSet());
cdmipsWriter.addProcessingTags(masksToUpdate, ProcessingType.GradientScore, Collections.singleton(args.getProcessingTag()));
cdmipsWriter.addProcessingTags(masksToUpdate, ProcessingType.GradientScore, Collections.singleton(args.getProcessingTag()));
cdmipsWriter.addProcessingTags(targetsToUpdate, ProcessingType.GradientScore, Collections.singleton(args.getProcessingTag()));
return masksToUpdate.size() + targetsToUpdate.size();
})
.orElse(0);
Expand Down

0 comments on commit f160912

Please sign in to comment.