Skip to content

Commit

Permalink
Removed Trailing whitespace (I think)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixSteinbauer authored Jul 21, 2023
1 parent e3e36d7 commit 0e2d72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GANDLF/cli/generate_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def __fix_2d_tensor(input_tensor):
overall_stats_dict[current_subject_id]["psnr"] = peak_signal_noise_ratio(
gt_image_infill, output_infill
).item()

overall_stats_dict[current_subject_id]["psnr_range_eps"] = peak_signal_noise_ratio_eps(
gt_image_infill, output_infill
).item()
Expand Down

0 comments on commit 0e2d72e

Please sign in to comment.