-
Notifications
You must be signed in to change notification settings - Fork 270
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
Allow using predicted energy in particle classifier #2121
Conversation
The reason seems to be that the That seems not like a nice solution, but works for now. |
Not exactly the same here, as this is one process, but likely it's just not well supported. There does seem to be some development toward "parallel HDF5", but it seems to not be in the core library |
Codecov ReportBase: 92.76% // Head: 92.74% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2121 +/- ##
==========================================
- Coverage 92.76% 92.74% -0.02%
==========================================
Files 214 214
Lines 17865 17908 +43
==========================================
+ Hits 16572 16609 +37
- Misses 1293 1299 +6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@@ -146,6 +146,9 @@ def start(self): | |||
reconstructor, | |||
) | |||
self._combine(reconstructor.stereo_combiner, mono_predictions) | |||
self.h5file.close() |
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.
You might want to add a comment here to remind a future developer why this close/open was added, otherwise it may get removed.
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 am not really happy yet, there should be a better solution...
Currently fails in
apply_models