-
Notifications
You must be signed in to change notification settings - Fork 13
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
[ENH]: Implement junifer reset
to delete job/results file.
#240
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fraimondo
added
enhancement
New feature or request
triage
New issues waiting to be reviewed
labels
Jul 14, 2023
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #240 +/- ##
==========================================
+ Coverage 88.79% 88.91% +0.12%
==========================================
Files 101 101
Lines 4506 4529 +23
Branches 860 864 +4
==========================================
+ Hits 4001 4027 +26
+ Misses 366 361 -5
- Partials 139 141 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
synchon
force-pushed
the
feat/junifer-reset
branch
from
March 4, 2024 10:18
464b8bf
to
dffaf62
Compare
fraimondo
approved these changes
Mar 6, 2024
synchon
force-pushed
the
feat/junifer-reset
branch
from
March 7, 2024 08:40
dffaf62
to
d58741b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Are you requiring a new dataset or marker?
Which feature do you want to include?
Sometimes I make a mistake with one parameter in the YAML. Then I need to go and check where the storage file points to, delete the directory and then finally run
junifer queue
with--overwrite
.I would like this process to be part of junifer.
How do you imagine this integrated in junifer?
junifer reset /path/to/yaml
This should delete the storage directory and the job directory.
Although the
reset
argument must not necessary be that one.Do you have a sample code that implements this outside of junifer?
No response
Anything else to say?
No response