Skip to content

Commit 8e1a542

Browse files
authored
Embedding Projector: fix umapNeighbors in bookmark (#6296)
* Motivation for features / changes number of neighbors isn't stored properly in bookmark * Technical description of changes fix bookmark value * Screenshots of UI changes * Detailed steps to verify changes work correctly (as executed by you) * Alternate designs / implementations considered
1 parent 35d735f commit 8e1a542

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorboard/plugins/projector/vz_projector/vz-projector-projections-panel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ class ProjectionsPanel extends LegacyElementMixin(PolymerElement) {
315315
bookmark.tSNEis3d = this.tSNEis3d;
316316
// UMAP
317317
bookmark.umapIs3d = this.umapIs3d;
318+
bookmark.umapNeighbors = this.umapNeighbors;
318319
// custom
319320
bookmark.customSelectedSearchByMetadataOption =
320321
this.customSelectedSearchByMetadataOption;

0 commit comments

Comments
 (0)