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

#34: better dumping of negative intervals #44

Merged
merged 3 commits into from
May 30, 2014

Conversation

benfitzpatrick
Copy link
Contributor

This closes #34.

@arjclark, please review.

@benfitzpatrick benfitzpatrick added this to the next-release milestone May 29, 2014
if attr_value < 0:
is_fully_negative = True
if is_fully_negative:
# This does not adhere to the standard... but it's useful...
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you make this comment a bit more formal

@arjclark
Copy link
Contributor

Looks fine overall, no problems from the tests in my environment. A couple of comments to address.

@benfitzpatrick
Copy link
Contributor Author

Updated.

@arjclark
Copy link
Contributor

Looks good to me. Tests work in my environment.

arjclark added a commit that referenced this pull request May 30, 2014
@arjclark arjclark merged commit ea1e24f into metomi:master May 30, 2014
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.

Negative intervals
2 participants