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

HeartMonitor.period should be an Integer #1283

Merged
merged 1 commit into from Jan 18, 2012
Merged

HeartMonitor.period should be an Integer #1283

merged 1 commit into from Jan 18, 2012

Conversation

minrk
Copy link
Member

@minrk minrk commented Jan 17, 2012

millisecond times should generally be integers, because any time they are specified with fractional precision it is probable that the user believes the units are seconds, and an error should be raised.

closes #1281

millisecond times should generally be integers, because any time they
are specified with fractional precision it is probable that the user
believes the units are seconds, and an error should be raised.
@ellisonbg
Copy link
Member

This looks ready to merge.

minrk added a commit that referenced this pull request Jan 18, 2012
HeartMonitor.period is now an Integer

millisecond times should generally be integers, because any time they are specified with fractional precision it is probable that the user believes the units are seconds, and an error should be raised.

closes #1281
@minrk minrk merged commit 8e9cbc1 into ipython:master Jan 18, 2012
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
HeartMonitor.period is now an Integer

millisecond times should generally be integers, because any time they are specified with fractional precision it is probable that the user believes the units are seconds, and an error should be raised.

closes ipython#1281
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.

in Hub: registration_timeout must be an integer, but heartmonitor.period is CFloat
2 participants