Skip to content

Commit 9f81b66

Browse files
authored
Merge pull request #886 from beomki-yeo/remove-assertion
Remove assertion on the number of planes
2 parents 9c0f9af + 8a37c90 commit 9f81b66

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/include/detray/test/utils/detectors/build_telescope_detector.hpp

-4
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,6 @@ inline auto build_telescope_detector(
208208
cfg.positions(), cfg.module_mask().values(), cfg.pilot_track());
209209
}
210210

211-
// @todo: Temporal restriction due to missing local navigation
212-
assert((tel_generator->size() < 20u) &&
213-
"Due to WIP, please choose less than 20 surfaces for now");
214-
215211
// Add homogeneous material description if a valid material was configured
216212
volume_builder_interface<detector_t> *vm_builder{v_builder};
217213
std::shared_ptr<surface_factory_interface<detector_t>> module_generator;

0 commit comments

Comments
 (0)