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

12 batch job submission #59

Merged
merged 30 commits into from
Jan 3, 2024
Merged

12 batch job submission #59

merged 30 commits into from
Jan 3, 2024

Conversation

kazewong
Copy link
Owner

@kazewong kazewong commented Jan 3, 2024

Adding runManager interface to help with reproducibility and scaling of jobs.

The RunManager class is essentially a wrapper on top of jim, which keeps track of all the run-specific parameters, with extra utility functions such as plotting and logging.

@kazewong kazewong linked an issue Jan 3, 2024 that may be closed by this pull request
@kazewong
Copy link
Owner Author

kazewong commented Jan 3, 2024

This RunManager interface is supposed to be complimentary to the usual interface instead of a replacement

There are some quality-of-life changes:

  1. Prior now comes with their representation.
  2. Classes have been structured hierarchically, and original codes for single events analysis have been moved to their specific module.
  3. Some unused functions and classes have been removed.

@kazewong
Copy link
Owner Author

kazewong commented Jan 3, 2024

This pull request does not complete the batch job submission issue, but from here it should be easier to set up such job

@kazewong kazewong merged commit de17d53 into main Jan 3, 2024
5 of 7 checks passed
@kazewong kazewong deleted the 12-batch-job-submission branch July 24, 2024 14:01
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.

Batch job submission
1 participant