diff options
author | Björn B. Brandenburg <bbb@cs.unc.edu> | 2010-06-09 12:02:20 -0400 |
---|---|---|
committer | Björn B. Brandenburg <bbb@cs.unc.edu> | 2010-06-09 12:02:20 -0400 |
commit | 61d816ccbf9e179e5dd9abd4a6056bcaeef7fb05 (patch) | |
tree | 340d55467a1fd0368c8af228727b9c0fd58ef654 | |
parent | 9c35a356c25ce5761925cdf0da621b0d9cb50e18 (diff) |
fix spelling of bimodally
-rwxr-xr-x | plot.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ def scenario_heading(conf, want_period=False): | |||
79 | elif 'mixed' in conf: | 79 | elif 'mixed' in conf: |
80 | dist = dist + 'in [0.05, 0.95]' | 80 | dist = dist + 'in [0.05, 0.95]' |
81 | elif conf['dist'] == 'bimo': | 81 | elif conf['dist'] == 'bimo': |
82 | dist = 'util. bimodially ' | 82 | dist = 'util. bimodally ' |
83 | if 'light' in conf: | 83 | if 'light' in conf: |
84 | dist = dist + 'in [0.001, 0.5] (8/9) and [0.5, 0.9] (1/9)' | 84 | dist = dist + 'in [0.001, 0.5] (8/9) and [0.5, 0.9] (1/9)' |
85 | elif 'medium' in conf: | 85 | elif 'medium' in conf: |