Skip to content

Commit

Permalink
Use epic_ip6 geometry for faster processing of far-forward events
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmans1 committed Jan 23, 2024
1 parent 1e66076 commit 570f99d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmarks/roman_pots/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DETECTOR_PATH = os.environ["DETECTOR_PATH"]
DETECTOR_VERSION = os.environ["DETECTOR_VERSION"]
SUBSYSTEM = "roman_pots"
BENCHMARK = "dense_neural_network"
DETECTOR_CONFIG = ["epic_craterlake", "epic_brycecanyon"]
DETECTOR_CONFIG = ["epic_ip6"]
NUM_TRAINING_INPUTS = [100,10]
NUM_EPOCHS_PZ = [10, 100, 1000]
LEARNING_RATE_PZ = [10,5]
Expand Down Expand Up @@ -42,8 +42,8 @@ MODEL_VERSION = [
)
]
INPUT_STEERING_FILE = "steering_file.py"
NFILES = range(1,3)
NEVENTS_PER_FILE = 10
NFILES = range(1,11)
NEVENTS_PER_FILE = 100

rule all:
input:
Expand Down

0 comments on commit 570f99d

Please sign in to comment.