Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interns - Take 2.1 #5

Merged
merged 7 commits into from Jul 12, 2011
Merged

Interns - Take 2.1 #5

merged 7 commits into from Jul 12, 2011

Conversation

mythmon
Copy link
Contributor

@mythmon mythmon commented Jul 12, 2011

Some minor changes to the version we pushed yesterday, based on the feedback we got. See commits for the change log.

@@ -236,11 +235,14 @@ def get_data(host, service, start=None, end=None, resolution='150'):
flot_data[index][statistics]['sum'] = 0
flot_data[index][statistics]['max'] = None
flot_data[index][statistics]['min'] = None
flot_data[index][railroad_conf]['scale'] = 1
if not 'scale' in flot_data[index][railroad_conf]:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style point: It should be:

if 'scale' not in float_data....

marineam added a commit that referenced this pull request Jul 12, 2011
Some minor changes to the version we pushed yesterday, based on the feedback we got. See commits for the change log.
@marineam marineam merged commit 6840986 into marineam:master Jul 12, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants