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
Changes to utils.py are challenging to be made safely and quickly. Unit tests will help lower the barrier to making changes to the functions in this file and provide some additional documentation for new people developing EXOTIC. In order to provide adequate test coverage of the file, the following functions should be tested (arbitrary order):
Changes to
utils.py
are challenging to be made safely and quickly. Unit tests will help lower the barrier to making changes to the functions in this file and provide some additional documentation for new people developing EXOTIC. In order to provide adequate test coverage of the file, the following functions should be tested (arbitrary order):typecase_check()
function #886round_to_2()
#866get_val()
andadd_sign()
functions #882get_val()
andadd_sign()
functions #882process_lat_long()
in utils #876The text was updated successfully, but these errors were encountered: