Skip to content

Commit 5efe2ae

Browse files
committed
Merge branch '141-loading-the-custom-covariance-matrix-while-creating-the-correction-object' into 'main'
Resolve "Loading the custom covariance matrix while creating the correction object" Closes #141 See merge request belle2/software/sysvar!89
2 parents 4bef938 + cdce534 commit 5efe2ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sysvar/eigendecomposer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def __init__(
9999
)
100100

101101
self.correction = create_correction_object(
102-
correction_source=systematic_source, MC_production=MC_production
102+
correction_source=systematic_source, MC_production=MC_production, cov_matrix_path=cov_matrix_path
103103
)
104104

105105
self.seed = seed

0 commit comments

Comments
 (0)