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
Previously:
* `Ga.pdop` was unusable, since it would call `Pdop.__init__` with a `tuple`, but that function expects a `Symbol` or `Dict`
* `Ga.sdop` was not callable with one argument, since it would pass on an unwanted `None` argument to `pdiffs`
Also groups these functions to be adjacent, for clarity
0 commit comments