test failure: python tests.py still fails on MEAnalysis_heppy.py because MulticlassAnalyzer looks for the pickle file in a relative path, need to introduce it in MEAnalysis_cfg_heppy.py.
File "/mnt/t3nfs01/data01/shome/jpata/tth/sw/CMSSW/python/TTH/MEAnalysis/MulticlassAnalyzer.py", line 30, in __init__
pickle_file = open(self.pickle_filename, "r")
IOError: [Errno 2] No such file or directory: 'BDT.pickle'
test failure:
python tests.py
still fails onMEAnalysis_heppy.py
because MulticlassAnalyzer looks for the pickle file in a relative path, need to introduce it inMEAnalysis_cfg_heppy.py
.