Skip to content
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

Run list (--runlist <file>) must contain runs in increasing order #75

Open
wdconinc opened this issue Feb 19, 2019 · 0 comments
Open

Run list (--runlist <file>) must contain runs in increasing order #75

wdconinc opened this issue Feb 19, 2019 · 0 comments

Comments

@wdconinc
Copy link
Member

Environment: (where does this bug occur, have you tried other environments)

  • branch (master for latest released): develop
  • revision (HEAD for most recent): HEAD
  • OS or system: gcc8 ubuntu
  • Special ROOT or Geant4 versions? ROOT 6.16.00

Steps to reproduce: (give a step by step account of how to trigger the bug)

  1. Create runlist file Parity/prminput/adc18_runlist.map with
[3970]
[3284]
[12208]
[13631]
  1. Run qwparity --runlist adc18_runlist.map --config adc18.conf

Expected Result: (what do you expect when you execute the steps above)

Expect to analyze run 12208 at some point.

Actual Result: (what do you get when you execute the steps above)

Starts with run 3970, then 3284, then searches and fails to find all runs until 3970, redoes 3970, redoes 3284, etc loop de loop.

Workaround:

Sort your runlist file! :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant