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
This line
AsteroidThermoPhysicalModels.jl/test/TPM_Ryugu.jl
Line 42 in b7cd460
can be replaced with Unitful features.
Unitful
julia> using SPICE, Unitful julia> P = SPICE.convrt(7.63262, "hours", "seconds") 27477.432 julia> uconvert(u"s", 7.63262u"hr") 27477.432 s julia> convert(Float64, (7.63262u"hr") / (1u"s")) 27477.432
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This line
AsteroidThermoPhysicalModels.jl/test/TPM_Ryugu.jl
Line 42 in b7cd460
can be replaced with
Unitful
features.The text was updated successfully, but these errors were encountered: