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
Currently, the coordinate system has limited tests which do not cover all the aspects and all cases but only basic tests from constructors and methods.
For geometric coordinate systems:
New tests should at least include separate tests for each geometric class, conversion tests and arithmetic method tests with most of the common combinations of different systems.
Test:
cartesian_representation
cartesian_differential
spherical_representation
spherical_differential
spherical_coslat_differential
spherical_equatorial_representation
spherical_equatorial_differential
For astronomical Coordinate systems:
There are no existing tests for any of astronomical coordinate system and will require test development from scratch.
The text was updated successfully, but these errors were encountered:
I would like to work on this issue. I want to know more about this issue. What type of tests are we looking? I have gone through cartesian_representation.hpp but still confused.
Currently, the coordinate system has limited tests which do not cover all the aspects and all cases but only basic tests from constructors and methods.
For geometric coordinate systems:
New tests should at least include separate tests for each geometric class, conversion tests and arithmetic method tests with most of the common combinations of different systems.
Test:
For astronomical Coordinate systems:
There are no existing tests for any of astronomical coordinate system and will require test development from scratch.
The text was updated successfully, but these errors were encountered: