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

Travis fails running tests #335

Closed
tfarago opened this issue Oct 13, 2014 · 2 comments
Closed

Travis fails running tests #335

tfarago opened this issue Oct 13, 2014 · 2 comments
Assignees
Milestone

Comments

@tfarago
Copy link
Contributor

tfarago commented Oct 13, 2014

So far I found out that this doesn't work with pint 0.5.2 and numpy 1.9.0:

from concert.quantities import q
import numpy as np
a = np.linspace(0 * q.rad, 2 * q.rad, 100)
@tfarago tfarago added this to the Concert 0.10 milestone Oct 13, 2014
@tfarago
Copy link
Contributor Author

tfarago commented Oct 13, 2014

Oh man, this is just getting annoying, it is the same thing as with the built-in sum and Timer coroutine some time ago. Maybe we should stop assuming anything about pint + other (also standard) libraries because it just brakes over and over again, like here if minimum is a quantity.
I wanted to change the Range anyway, so I will take care of this with the PR for new Range (hopefully).

@tfarago tfarago self-assigned this Oct 13, 2014
@tfarago
Copy link
Contributor Author

tfarago commented Oct 16, 2014

Fixed in #336

@tfarago tfarago closed this as completed Oct 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant