Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
2320sharon committed Jan 11, 2024
2 parents fe025d1 + 618da6b commit af55432
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 af55432

Please sign in to comment.