From ad27ac3c34a52f79e5c553a82ca2b32e0b2c9a05 Mon Sep 17 00:00:00 2001 From: ChAr-De <69584019+ChAr-De@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:00:17 +0100 Subject: [PATCH] add new keys to test file --- tests/simulate.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/simulate.toml b/tests/simulate.toml index cd97dae..ad007a4 100644 --- a/tests/simulate.toml +++ b/tests/simulate.toml @@ -6,6 +6,7 @@ title = "Simulation configuration" quiet = true seed = "none" mode = "survey" # jet or survey +threads = "none" # "none" or int > 0 [paths] outpath = "./tests/build/data/" @@ -21,6 +22,9 @@ num_sources = 20 class_distribution = [1, 1, 1] # average share of each source in the images scale_sources = true +[mojave] +class_ratio = [5, 5, 1] # rel. amount of each class [compact, one_jet, two_jets] + [image_options] bundles_train = 1 bundles_valid = 1