Skip to content
Snippets Groups Projects

Make use of extra geom for report figures

Merged Cyril Danilevski requested to merge feat/extra_geom_figures into master
2 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -253,7 +253,7 @@ def show_processed_modules(dinstance: str, constants: Optional[Dict[str, Any]],
quad_pos)
else:
raise ValueError(f'{dinstance} is not a real detector', dinstance)
raise ValueError(f'{dinstance} is not a real detector')
# Create a dict that contains the range of tiles, in the figure,
# that belong to a module.
Loading