Skip to content

Commit

Permalink
fix(image_list): sorting on scores works
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHax committed Jan 21, 2025
1 parent 5f0dfec commit c2448c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nrtk_explorer/app/embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from nrtk_explorer.library import embeddings_extractor
from nrtk_explorer.library import dimension_reducers
from nrtk_explorer.library.dataset import get_dataset
from nrtk_explorer.library.scoring import partition
from nrtk_explorer.app.applet import Applet

from nrtk_explorer.app.images.image_ids import (
Expand Down Expand Up @@ -230,7 +231,6 @@ def update_transformed_images(self, id_to_image):
**self._stashed_points_transformations,
**updated_points,
}

self.update_points_transformations_state()

# called by category filter
Expand Down

0 comments on commit c2448c8

Please sign in to comment.