Skip to content

Commit

Permalink
Fix S to U
Browse files Browse the repository at this point in the history
  • Loading branch information
chebaro committed Feb 1, 2017
1 parent a15f6c2 commit 20c48fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/unrolr.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,9 +488,9 @@ def main():
for i in xrange(runs):

U.fit(rc, cycles, ndim, frequency, random_seed)
print("Random seed : %8d" % S.random_seed)
print("Stress : %8.3f" % S.stress)
print("Correlation : %8.3f" % S.correlation)
print("Random seed : %8d" % U.random_seed)
print("Stress : %8.3f" % U.stress)
print("Correlation : %8.3f" % U.correlation)

U.save(output)

Expand Down

0 comments on commit 20c48fa

Please sign in to comment.