Skip to content

add config-driven scripts for htcondor#44

Open
gsharma99 wants to merge 13 commits intoiris-hep:hpc_workflow_managementfrom
gsharma99:feature/config-driven-pipeline
Open

add config-driven scripts for htcondor#44
gsharma99 wants to merge 13 commits intoiris-hep:hpc_workflow_managementfrom
gsharma99:feature/config-driven-pipeline

Conversation

@gsharma99
Copy link
Contributor

@gsharma99 gsharma99 commented Feb 5, 2026

Related issue #12

cc @JaySandesara

@gsharma99 gsharma99 force-pushed the feature/config-driven-pipeline branch from fb4656f to d2168f6 Compare February 5, 2026 02:41
@gsharma99 gsharma99 marked this pull request as draft February 5, 2026 07:43
@gsharma99 gsharma99 marked this pull request as ready for review February 5, 2026 07:46
@gsharma99 gsharma99 force-pushed the feature/config-driven-pipeline branch from c2333e6 to aab2c1b Compare February 6, 2026 05:33
@gsharma99 gsharma99 force-pushed the feature/config-driven-pipeline branch from b4bdfab to d58dae1 Compare February 6, 2026 05:45
@JaySandesara JaySandesara self-requested a review February 6, 2026 06:38
Copy link
Collaborator

@JaySandesara JaySandesara left a comment

Choose a reason for hiding this comment

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

Preliminary changes suggested to fix bugs in .dag file

Copy link
Collaborator

@JaySandesara JaySandesara left a comment

Choose a reason for hiding this comment

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

Minor update

Comment on lines -152 to +147
# Override load_trained_models if --train argument is present
if force_train:
logger.info("Force training mode enabled via CLI.")
logger.info(f"Force training enabled. Setting load_trained_models=False for {process_type}.")
settings['load_trained_models'] = False
else:
logger.info(f"Using USE_SAVED_MODELS={settings['load_trained_models']} from config.")
logger.info(f"Using load_trained_models={settings['load_trained_models']} from config for {process_type}.")
Copy link
Collaborator

Choose a reason for hiding this comment

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

I dont understand here how the load_trained_models setting is being used except to print a log message. @gsharma99

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.

2 participants