diff --git a/ROSCO_testing/run_Testing.py b/ROSCO_testing/run_Testing.py index 344d6d878..6451ac7a0 100644 --- a/ROSCO_testing/run_Testing.py +++ b/ROSCO_testing/run_Testing.py @@ -183,7 +183,7 @@ print('\t\t{}\t{}'.format('Controller1', 'Controller2')) for meas in allrankings[0].keys(): try: - print('Max {} \t{:1.3e}\t{:1.3e}Y'.format( + print('Max {} \t{:1.3e}\t{:1.3e}'.format( meas, allrankings[0][meas]['max'][0], allrankings[1][meas]['max'][0])) except: print('{} is not in load rankings'.format(meas))