Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions shapepipe/modules/mccd_plots_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ def mccd_plots_runner(
)
warnings.warn(msg)
w_log.info(msg)
elif rho_stat_plot_style != 'HSC' and rho_stat_plot_style != 'DEC':
elif rho_stat_plot_style != 'HSC' and rho_stat_plot_style != 'DES':
msg = (
'The rho stat definition should be HSC or DEC. An unknown'
'The rho stat definition should be HSC or DES. An unknown'
+ ' definition was used. Rho stat calculation aborted.'
)
warnings.warn(msg)
Expand Down