-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add functionality to invoke jktebop tasks #2
Labels
enhancement
New feature or request
Comments
SteveOv
added a commit
that referenced
this issue
Jan 21, 2025
SteveOv
added a commit
that referenced
this issue
Jan 21, 2025
SteveOv
added a commit
that referenced
this issue
Jan 21, 2025
SteveOv
added a commit
that referenced
this issue
Jan 21, 2025
Tasks are wrappers of the jktebop module with high level functions and support for templated in files.
SteveOv
added a commit
that referenced
this issue
Jan 22, 2025
SteveOv
added a commit
that referenced
this issue
Jan 22, 2025
SteveOv
added a commit
that referenced
this issue
Jan 22, 2025
TemplateEx class extends string.Template with support for default values (in the form ${name|default}) which are stripped out on loading. Use this functionality for Task2.
SteveOv
added a commit
that referenced
this issue
Jan 23, 2025
SteveOv
added a commit
that referenced
this issue
Jan 23, 2025
SteveOv
added a commit
that referenced
this issue
Jan 24, 2025
Reworked Task base class so that it just publishes a single run() function which does the basic job of creating an input file and synchronously running jktebop then optionally reading the output file and cleaning down any files. This should work well for up coming Tasks 3, 8 & 9 and also works for the existing Task2 with a simple override to handle using a temp file. Updated the tests and task2 template.
SteveOv
added a commit
that referenced
this issue
Jan 24, 2025
SteveOv
added a commit
that referenced
this issue
Jan 24, 2025
SteveOv
added a commit
that referenced
this issue
Jan 24, 2025
SteveOv
added a commit
that referenced
this issue
Jan 24, 2025
SteveOv
added a commit
that referenced
this issue
Jan 24, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Functionality exists in the traininglib module of the ebop_maven repo. Review & revise while porting this over to here.
The text was updated successfully, but these errors were encountered: