enable --full-trace and --check-bounds

This commit is contained in:
2026-04-24 15:27:11 +02:00
parent 5aab319424
commit 1257534a64
3 changed files with 5 additions and 7 deletions

View File

@ -322,11 +322,7 @@ my %handlers = (
'16. Plot Results' => sub {
# Generate R ggplot2 charts
my @experiments = Util::find_subdirs($local_archive_dir);
my @selected_experiments =
TUI::select_from_list( "Select Experiments to Plot", 1,
@experiments );
die "No experiment selected" unless @selected_experiments;
my @selected_experiments = Util::select_experiment(1);
my @charts = map { s/\.r//r } Util::find_files($local_charts_dir);
my @selected_charts =