Skip to content

Conversation

@amassiro
Copy link

@amassiro amassiro commented Oct 16, 2025

Changes:

  • add new options for interface for histogram production and checks
  • tiny change in colours while checking running jobs (I could not see the yellow, I put red for the running ones :) )
  • in mkplot, copy automatically index.php file. We should add a default index.php in plotconfigurationsrun3 main folder too

Do not merge this yet, ... more to come ...

help="Resubmit jobs, 1 resubmit finished jobs with errors, 2 resubmit running jobs",
required=False,
default="0",
default="0", # default 0 ?? Why not "1" as default?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess "0" is the default because you do not want to resubmit jobs if they crashed because of errors in the configuration. We can then just check what caused the jobs to crash, and if there are errors, we fix them. Otherwise, we resubmit.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my question is: if I run "--resubmit" it means that I want to resubmit ... otherwise I run the command "--check".
Actually, the "resubmit 0" does nothing in the code ...

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah right, I just got confused. I was thinking at 'operation' mode rather than 'resubmit'. We can change it to 1, then.

@NTrevisani
Copy link

Thank you @amassiro. I suggest we merge the PR at this point. Further developments will go in a separate PR.

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

Successfully merging this pull request may close these issues.

3 participants