-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DQM gives Exception: lfns not found on GRID
error, doesn't fetch run
#87
Comments
That's not a bug, but a behavior we already discussed several times in our software meetings. In the current lack of a run data base, runs are searched for through the NectarCAM E-log, which is assumed to be filled correctly, with the run path on DIRAC. On the implementation:
|
So, in that case it should be recategorized to from I can propose changes to the For now, I'll just download the runs, sure... |
Very good, thanks! Is that automagically taken into account by the DQM script now, or does the change have to be propagated? |
Hi @mdpunch , |
Great, then I agree it's fixed! |
Then closing this, fixed in #90 |
Describe the bug
Running
python ../nectarchain/src//nectarchain/dqm/start_dqm.py -r 4332 $NECTARCAMDATA $NECTARCAMDATA
gives an exception.To Reproduce
Steps to reproduce the behavior:
__version__== '0.1.7.dev1+gf6ca6b2'
)dirac-configure
ordirac-proxy-init
cta-prod-show-dataset Prod6_Paranal_Single-telescope_NSB1x_muon_North_20deg_R1
and check for sensible output)python {your_path_to_nectarchain_dev}/src/nectarchain/dqm/start_dqm.py -r 4332 $NECTARCAMDATA $NECTARCAMDATA
Output is
Expected behavior
As described in the DQM docs, I expected it to fetch the run concerned.
Supporting information
Additional context
The text was updated successfully, but these errors were encountered: