Open alaudrain opened 4 months ago
The source .../setup.sh are inconsistent among the 4 main tutorials, sometimes using the latest release, sometimes the nightly:
source .../setup.sh
source /cvmfs/sw.hsf.org/key4hep/setup.sh
source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh
which lead us to a crash when trying to use the event display with a file generated in the ILD tutorial.
Proposed fix: change the setup of the event display tutorial to latest release instead of nightly.
The
source .../setup.sh
are inconsistent among the 4 main tutorials, sometimes using the latest release, sometimes the nightly:source /cvmfs/sw.hsf.org/key4hep/setup.sh
source /cvmfs/sw.hsf.org/key4hep/setup.sh
source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh
<= nightly used!source /cvmfs/sw.hsf.org/key4hep/setup.sh
which lead us to a crash when trying to use the event display with a file generated in the ILD tutorial.
Proposed fix: change the setup of the event display tutorial to latest release instead of nightly.