-
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
Update _icetop_weighter.py #49
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #49 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 12 12
Lines 813 836 +23
=========================================
+ Hits 813 836 +23 ☔ View full report in Codecov by Sentry. |
Thanks for submitting this patch. This change might conflict with a patch i have that is still in progress for the much requested feature of support for i3files. So i will hold off on this until we can do that |
Load all columns before creating the generation surfaces. This makes the loading faster, because the columns don't have to be loaded and converted in every repetition of the for loop
for more information, see https://pre-commit.ci
removed whitespaces in empty line
for more information, see https://pre-commit.ci
5171434
to
c769462
Compare
Load all columns before creating the generation surfaces. This makes the loading faster, because the h5 table columns don't have to be loaded and converted in every repetition of the for loop