File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/* * TRACCC library, part of the ACTS project (R&D line)
2
2
*
3
- * (c) 2022 CERN for the benefit of the ACTS project
3
+ * (c) 2022-2023 CERN for the benefit of the ACTS project
4
4
*
5
5
* Mozilla Public License Version 2.0
6
6
*/
@@ -29,7 +29,7 @@ TEST(io_binary, cell) {
29
29
30
30
// Set event configuration
31
31
const std::size_t event = 0 ;
32
- const std::string cells_directory = " tml_full/ttbar_mu200 /" ;
32
+ const std::string cells_directory = " tml_full/ttbar_mu100 /" ;
33
33
34
34
// Memory resource used by the EDM.
35
35
vecmem::host_memory_resource host_mr;
@@ -171,7 +171,7 @@ TEST(io_binary, spacepoint) {
171
171
TEST (io_binary, measurement) {
172
172
// Set event configuration
173
173
const std::size_t event = 0 ;
174
- const std::string measurements_directory = " tml_full/ttbar_mu200 /" ;
174
+ const std::string measurements_directory = " tml_full/ttbar_mu300 /" ;
175
175
176
176
// Memory resource used by the EDM.
177
177
vecmem::host_memory_resource host_mr;
You can’t perform that action at this time.
0 commit comments