Skip to content

Commit

Permalink
Merge pull request #21 from radionets-project/fix_tests
Browse files Browse the repository at this point in the history
add new keys to test file
  • Loading branch information
ChAr-De authored Jan 27, 2025
2 parents 7c487a1 + ad27ac3 commit b38ae52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/simulate.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand All @@ -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
Expand Down

0 comments on commit b38ae52

Please sign in to comment.