You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Andre-Nunes I think we need a larger pass on JulianDate than just this one change, so I would hold off on this for now (we aren't sure what we want to do yet, we just know it needs a lot of cleanup). If you are looking for stuff to do, there are a bunch of little issues that have been building up; off the top of my head #913 and #1299 might be a few good ones to knock off (and you'll get to learn about an area of the code you haven't worked with yet I believe).
Given that
Cartesian3.subtract(a, b)
isa - b
, shouldn'ta.getSecondsDifference(b)
also bea - b
? Currently, it isb - a
.The text was updated successfully, but these errors were encountered: