-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
address type errors in 'cleo._utils' #122
address type errors in 'cleo._utils' #122
Conversation
39a1ca5
to
92263bd
Compare
@branchvincent this is rebased and ready for review |
7b633ad
to
84ff5fb
Compare
84ff5fb
to
1a05071
Compare
tests/test_utils.py
Outdated
(0.1, "< 1 sec"), | ||
(1.0, "1 sec"), | ||
(2.0, "2 secs"), | ||
(59.0, "59 secs"), | ||
(60.0, "1 min"), | ||
(120.0, "2 mins"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@branchvincent do these test cases match your expectations? (this is failing, currently)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yup, makes sense to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool. That means there's a bug with the current implementation.
I'll need to find some time to revisit this. Was a while ago...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
haha of course! take your time, thanks a lot for helping out
Any progress on this? Anything you need help with? |
a response to this comment would be handy - #122 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might want to update your code with changes from the master branch since _utils
module and its tests changed.
a2bc51e
to
1885fb6
Compare
@danieleades hope you don't mind, I took it upon myself and fixed the bug and lingering |
Added code to that, not eligible to review that anymore
no problem here! LGTM |
thanks again @danieleades! |
this is stacked on #121