Skip to content

Commit

Permalink
improve comments in apply tide correction
Browse files Browse the repository at this point in the history
  • Loading branch information
2320sharon committed Jan 11, 2024
1 parent d2b48ae commit 2b1ad23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/apply_tidal_correction.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ def main():
# predicted_tides_df = read_csv(TIDE_PREDICTIONS_FILE_NAME)

start_time = time.time()
print("Correcting tides this may take some time....")
print("Predicting tides this may take some time....")
predicted_tides_df = predict_tides(
CONFIG_FILE_PATH,
raw_timeseries_df,
Expand Down

0 comments on commit 2b1ad23

Please sign in to comment.