You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm going through the tutorials, specifically the 2a parton level analysis. . In the same directory as the notebook, I have a file "cards", which contains proc_card_signal.dat, param_card_template,dat, and run_card_signal_large.dat.
which results in the error FileNotFoundError: [Errno 2] No such file or directory: './mg_processes/signal1/Cards/run_card.dat' .
So the cell is creating the folder mg_processes/signal1, but the only relevant files seem to be in './mg_processes/signal1/madminer/cards/run_card_0.dat', with the _0 appended to them.
The text was updated successfully, but these errors were encountered:
I'm going through the tutorials, specifically the 2a parton level analysis. . In the same directory as the notebook, I have a file "cards", which contains
proc_card_signal.dat
,param_card_template,dat
, andrun_card_signal_large.dat
.I run the command in the 5th executable cell:
which results in the error
FileNotFoundError: [Errno 2] No such file or directory: './mg_processes/signal1/Cards/run_card.dat'
.So the cell is creating the folder
mg_processes/signal1
, but the only relevant files seem to be in './mg_processes/signal1/madminer/cards/run_card_0.dat', with the_0
appended to them.The text was updated successfully, but these errors were encountered: