Coverage for intelligence_toolkit/detect_case_patterns/config.py: 100%

6 statements  

« prev     ^ index     » next       coverage.py v7.10.7, created at 2025-10-16 13:41 -0300

1# Copyright (c) 2024 Microsoft Corporation. All rights reserved. 

2# Licensed under the MIT license. See LICENSE file in the project. 

3# 

4missing_edge_prop = 0.1 

5min_edge_weight = 0.001 

6 

7type_val_sep = "=" 

8laplacian = True 

9diaga = True 

10correlation = True