()
| 247 | |
| 248 | #[test] |
| 249 | fn louvain_schema_has_three_columns() { |
| 250 | let schema = GraphAlgorithm::Louvain.result_schema(); |
| 251 | assert_eq!(schema.len(), 3); |
| 252 | } |
| 253 | |
| 254 | #[test] |
| 255 | fn params_defaults() { |
nothing calls this directly
no test coverage detected