Clarify output message for SP values comparison in script

This commit is contained in:
bdaneels 2025-07-29 09:32:01 +02:00
parent eac9bad134
commit 248417c4b8

View File

@ -17,4 +17,4 @@ print("\nProcessed Dashboard DataFrame:")
print(processed_dashboard_df)
compare_sp_values(processed_predelib_df, processed_dashboard_df)
print("\nComparison complete.")
print("\nComparison of the predelib file with the dashboard file on SP values complete.")