Skip to content

Commit

Permalink
Always report the Leiden quality by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Jul 30, 2024
1 parent 3a1dcd1 commit 8b66400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/scran_graph_cluster/cluster_leiden.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ struct ClusterLeidenOptions {
/**
* Whether to report the quality of the clustering in `Results::quality`.
*/
bool report_quality = false;
bool report_quality = true;

/**
* Seed for the **igraph** random number generator.
Expand Down

0 comments on commit 8b66400

Please sign in to comment.