-
Notifications
You must be signed in to change notification settings - Fork 15
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
Store true #150
Store true #150
Conversation
Codecov Report
@@ Coverage Diff @@
## master #150 +/- ##
==========================================
- Coverage 14.07% 14.04% -0.03%
==========================================
Files 33 33
Lines 2068 2072 +4
==========================================
Hits 291 291
- Misses 1777 1781 +4
Continue to review full report at Codecov.
|
Sorry the prod was launched, won't be merging, at least for the moment |
Why can we not merge when a production is running? |
Wanted to tag before the exact version that created the HiPeRTa MC prod. |
And also because the PR is missing the corresponding changes to the strings that call these entry poins. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change also the way these entry points are called in the rest of the code, not only how the arguments are passed.
Done. |
It seems to be called here: lstmcpipe/lstmcpipe/stages/mc_r0_to_dl1.py Line 210 in dfaf65c
|
lstmcpipe/stages/mc_r0_to_dl1.py
Outdated
@@ -129,6 +129,7 @@ def r0_to_dl1( | |||
workflow_kind="lstchain", | |||
keep_rta_file=False, | |||
n_jobs_parallel=20, | |||
debug_mode=False, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see no way to set this, how do you want to use it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should probably be the debug flag we already have in lstmcpipe_start.py
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hhmm right... 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, there are functionalities that were implemented long time ago, but now I'm not sure they make much sense.... (before you could configured HiPeRTA from the config file...). Same for keep_files
indeed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would propose.
Nobody uses hiperta functionality but me.
Let's not add extra args to the config file that will never be used.
Either I implement some optional args when hiperta
workflow is set (and open an issue otherwise I will forgot), either (what would be most probable) I change the default value of the vars on the script by hand and I re-install if ever I need to used these args 🙈 🙈 🙈 🙈 - not that I do this always 😂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, now I recall. Whenever I needed these functionalities, I was directly changing things on the old and deprecated batch_files_rta.sh
.
Would give a though how to do things correctly, leaving the PR open for the moment. |
No description provided.