How to Properly Use 'transfer_input_files' #305
Unanswered
7quantumphysics
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have some systematic correction files that need to be called by my processor. In order for the workers to find them, I tried using
`ImportFiles = '/home/cms-jovyan/TTbarAllHadUproot/CorrectionFiles'
, but I have no success, as I continue to get an error that the file was not found
FileNotFoundError: [Errno 2] No such file or directory: 'TTbarAllHadUproot/CorrectionFiles/SFs/bquark/subjet_btagging.json.gz'
I have checked that the file is there, and my processor can be run with an iterative or futures executor without error.
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions