Skip to content

Commit

Permalink
Fix missing refactoring in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias committed May 25, 2024
1 parent eb3e46c commit f0c6b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rna/rna.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ int main(int argc, const char **argv)

MatchKernelCallback kernel;

TapkeeOutput result = .with((method = KernelLocallyLinearEmbedding, num_neighbors = 30))
TapkeeOutput result = with((method = KernelLocallyLinearEmbedding, num_neighbors = 30))
.withKernel(kernel)
.embedUsing(rnas);

Expand Down

0 comments on commit f0c6b9b

Please sign in to comment.