Skip to content

Commit

Permalink
Merge pull request #40 from anenriquez/fix/dsc
Browse files Browse the repository at this point in the history
Fix Degree of Strong Controllability
  • Loading branch information
anenriquez authored Apr 11, 2020
2 parents 2a11e90 + 9fcf33c commit d48bc4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stn/methods/dsc_lp.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ def compute_dsc(self, original, shrinked):
return the value of degree of strong controllability
"""
new = 1
orig = 1
for i in range(len(original)):
x, y = original[i]
orig = y-x
Expand Down

0 comments on commit d48bc4a

Please sign in to comment.