We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
using Unitful ones(3) / u"s" ERROR: MethodError: no method matching /(::Array{Float64,1}, ::Unitful.FreeUnits{(s,),𝐓,nothing})
It appears that division by unit was not implemented here, just multiplication.
https://github.com/ajkeller34/Unitful.jl/blob/82f84969c2b78fcc3f66bc23ef997e81c0f0661e/src/quantities.jl#L35-L36
The text was updated successfully, but these errors were encountered:
Resolve issue #225.
2cdd18a
8e8e00d
This was fixed in #369.
Sorry, something went wrong.
No branches or pull requests
It appears that division by unit was not implemented here, just multiplication.
https://github.com/ajkeller34/Unitful.jl/blob/82f84969c2b78fcc3f66bc23ef997e81c0f0661e/src/quantities.jl#L35-L36
The text was updated successfully, but these errors were encountered: