Skip to content

Commit

Permalink
feat: make points visible
Browse files Browse the repository at this point in the history
  • Loading branch information
slavik-pastushenko committed Nov 14, 2023
1 parent 0556ef3 commit 8c1a056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -110,7 +110,7 @@ pub struct Supercluster {
stride: usize,

/// Input data points
points: Vec<Feature>,
pub points: Vec<Feature>,

/// Clusters metadata
cluster_props: Vec<Properties>,
Expand Down

0 comments on commit 8c1a056

Please sign in to comment.