Skip to content

Commit

Permalink
Update postprocessing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PaoloBonettiPolimi authored Apr 25, 2024
1 parent 1215df7 commit 5ecdb24
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hawk/analysis/postprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,6 @@ def run_postprocessing_pcmci(
target_file_plots[image_format] = target_file_plot
plt.close(fig)

print(f"PCMCI results details: {results_table_pcmci}")

return target_file_plots, target_file_results_details


Expand Down Expand Up @@ -351,8 +349,6 @@ def run_postprocessing_tefs(
target_file_results_details = os.path.join(destination_path, "results_details_te.pkl")
save_to_pkl_file(target_file_results_details, results_table_te)

print(f"results_table_te: {results_table_te}")

# Feature presences heatmap
if target_column_name in all_basin_variables:
all_basin_variables.remove(target_column_name)
Expand Down

0 comments on commit 5ecdb24

Please sign in to comment.