Skip to content

Commit 963f801

Browse files
committed
Fixed incorrect comment in README
1 parent 38f96b2 commit 963f801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dsm_likelihood = parse.parse_csv('./dsm-likelihoods.csv')
2929
dsm_impact = parse.parse_csv('./dsm-impacts.csv')
3030

3131
# Calculate the risk of change propagating
32-
# from sub-system 0, to sub-system 3
32+
# from sub-system 3, to sub-system 0
3333
start_index = 3
3434
target_index = 0
3535
cpt = ChangePropagationTree(start_index, target_index, dsm_impact, dsm_likelihood)

0 commit comments

Comments
 (0)