I believe the following line should be changed to read src as opposed to str:
https://github.com/greyxray/TauAnalysisTools/blob/CMSSW_10_4_0_pre3_tau-pog_RunIIAutumn18MiniAOD/TauAnalysisTools/test/runTauIdMVATrainingMiniAOD_common.py#L609
A makefile is produced when running
python TauAnalysisTools/test/runTauIdMVATrainingMiniAOD_deltaBeta_dR05.py
which contains a command to change directories when running through the makefile. In my implementation it leads to the following line:
cd /uscms_data/d3/fojensen/tauTraining/CMSSW_10_4_0_pre3/str
which doesn't exist, and runs fine when switching to src
I believe the following line should be changed to read
srcas opposed tostr:https://github.com/greyxray/TauAnalysisTools/blob/CMSSW_10_4_0_pre3_tau-pog_RunIIAutumn18MiniAOD/TauAnalysisTools/test/runTauIdMVATrainingMiniAOD_common.py#L609
A makefile is produced when running
python TauAnalysisTools/test/runTauIdMVATrainingMiniAOD_deltaBeta_dR05.pywhich contains a command to change directories when running through the makefile. In my implementation it leads to the following line:
cd /uscms_data/d3/fojensen/tauTraining/CMSSW_10_4_0_pre3/strwhich doesn't exist, and runs fine when switching to
src