Skip to content

sort out debug folder

Menglin Xu requested to merge mexu_debug_folder into master

close #66

Background: debug folder that contains many component debug files, which are mostly used by developers to view and run checks on small parts of the geometry locally

Motivation: swe have many such folders in the compact like run3 version 2024, trunk version... They are almost all duplicates, and we have to do a lot of repetitive maintenance work

Main changes

  • remove the various existing debug folders but consolidated into a single folder
  • no longer use the path.xml file to control the version to be tested. Instead, the version is defined directly within each debug file
  • have added a template_Debug.xml that includes comments explaining why each of the common files needs to be included and clarifies any subtleties (such as the hardcoded materials path)

Validated by

  • Core Software
  • RTA
  • Simulation
Edited by Menglin Xu

Merge request reports