Skip to content

Commit

Permalink
Too much "proper"
Browse files Browse the repository at this point in the history
  • Loading branch information
tamimfatahi committed Oct 14, 2024
1 parent feab38b commit c09edf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exotic/exotic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ def update_coordinates_with_proper_motion(info_dict, time_obs):

if missing_values:
missing_values = ", ".join(missing_values)
log_info("Warning: Cannot properly account for proper motion due to missing values in: "
log_info("Warning: Cannot account for proper motion due to missing values in: "
f"\n{missing_values}. Please re-run and fill in values in the initialization file to account "
f"for proper motion", warn=True)

Expand Down

0 comments on commit c09edf5

Please sign in to comment.