Daniel Boland

Results 5 comments of Daniel Boland

or more precisely: `Rearth_p = Rearth_e * (1 - 1/298.257223563)`

I trimmed it down a lot. The code is pretty straightforward now. Perhaps it should extend interpolate, but i tend to use the convenience functions more. For future effort, i...

I found this in the code: https://github.com/MakieOrg/Makie.jl/blob/e73ea0ea569bf2b1b08061d03e769eb301acdafa/src/dim-converts/unitful-integration.jl#L135-L139 The example is a little wrong, because it hides units for Y and then labels them in X, but this works for your...

Thanks for the feedback! Here are my replies: > 1. What is the function that you are using to "read" the file which creates the `Dict{String, Any}`? It appears you...

I followed it into Statistics https://github.com/JuliaStats/Statistics.jl/blob/d49c2bf4f81e1efb4980a35fe39c815ef8396297/src/Statistics.jl#L179-L198 So I think the issue comes out of a difference the results of the type conversion. I've removed the identity, sum and convert: ```julia...