From 5b47276c031603f82a8ad1186f49e64c86be4cfb Mon Sep 17 00:00:00 2001 From: Saeahram Yoo Date: Wed, 11 Sep 2024 15:53:47 -0400 Subject: [PATCH] fix config.yml --- benchmarks/test_yoo/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/test_yoo/config.yml b/benchmarks/test_yoo/config.yml index 3b5aab24..6bbc968e 100644 --- a/benchmarks/test_yoo/config.yml +++ b/benchmarks/test_yoo/config.yml @@ -15,7 +15,7 @@ test_yoo:analyze: extends: .phy_benchmark stage: analyze needs: - - ["sim:ecal_backwards_electron", "sim:ecal_backwards_photon"] + - ["test_yoo:generate", "test_yoo:simulate"] script: - echo "I will be analyzing events here!" - echo "Our intelligence reports that the electron mass is $(cat $LOCAL_DATA_PATH/electron_mass)"