Some issues with coordinates docstrings on representation
See original GitHub issueI found a couple of issues with coordinates docstring on representation using Galactic
frame. Codes to reproduce the issues summarized here.
- That the differentials must be at least 1/time and there is no unitless time (although there is unitless length) should be noted somewhere, and the error message printed when they are not can be improved?
- Current docstring templating gives wrong information about initializing
Galactic
frame with the cartesian representation.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Docstrings and annotations | Clean Code in Python
With docstrings, however, the story is different. Again, they do not represent comments, but the documentation of a particular component (a module, class, ......
Read more >refactor coordinates classes to better separate ... - GitHub
I have a conceptual issue separating the Spherical, Cartesian, etc classes from the reference systems/frames (ICRS, etc.). For instance, ...
Read more >Solved Using the format method, write a function | Chegg.com
Coordinates are separated by a single comma with no space. 3. Don't forget to include a docstring at the. This problem has been...
Read more >BaseRepresentation — Astropy v5.1.1
Base for representing a point in a 3D coordinate system. Parameters. comp1, comp2, comp3 Quantity or subclass. The components of the 3D points....
Read more >Docstrings · Geodesy.jl - JuliaHub
This object pre-caches both the ECEF coordinates and latitude and longitude ... An ellipsoidal representation of the Earth, for converting between LLA and ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Well, without any other labelling I think it’s a good assumption is that it’s the effort level of the person doing the labelling :trollface:
After #9064, (1) was fixed:
(oops, that missing whitespace!)
and (2) was addressed by adding a note on checking
frame_specific_representation_info
andrepresentation_info
. I think this issue can be closed, if others think there’s still something to be done here please feel free to reopen.