-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[TMVA] Fix print output of DNN CPU impl #306
Closed
Closed
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
linev
added a commit
to linev/root
that referenced
this pull request
May 17, 2024
1. Correctly scale size of axis ticks - take into account NDC axis length 2. Remove source_dir output in node.js root-project#296 3. Set name and userData in geometry `build()` function root-project#303 4. Draw histogram title afterwards - place in front of stats box 5. Upgrade three.js r158 -> r162, last with WebGL1 support 6. Split extras into three_addons.mjs, provide jsroot geometry build without three.js 7. Fix - correctly draw only grids with AXIG draw option 8. Fix - let read object from TFile with empty name 9. Fix - graph drawing fix custom labels on X axis root-project#297 10. Fix - draw at least line for TGraphErrors ROOT-8131 11. Fix - log scales on TH3 drawings root-project#306 12. Fix - preserve attributes and draw options when call drawingJSON() root-project#307 13. Fix - draw geometry top node volume if all childs not visible root-project#308
linev
added a commit
to linev/root
that referenced
this pull request
May 17, 2024
1. Correctly scale size of axis ticks - take into account NDC axis length 2. Remove source_dir output in node.js root-project#296 3. Set name and userData in geometry `build()` function root-project#303 4. Draw histogram title afterwards - place in front of stats box 5. Upgrade three.js r158 -> r162, last with WebGL1 support 6. Split extras into three_addons.mjs, provide jsroot geometry build without three.js 7. Fix - correctly draw only grids with AXIG draw option 8. Fix - let read object from TFile with empty name 9. Fix - graph drawing fix custom labels on X axis root-project#297 10. Fix - draw at least line for TGraphErrors ROOT-8131 11. Fix - log scales on TH3 drawings root-project#306 12. Fix - preserve attributes and draw options when call drawingJSON() root-project#307 13. Fix - draw geometry top node volume if all childs not visible root-project#308 14. Fix - canvas resize in Qt5 window
linev
added a commit
that referenced
this pull request
May 21, 2024
1. Correctly scale size of axis ticks - take into account NDC axis length 2. Remove source_dir output in node.js #296 3. Set name and userData in geometry `build()` function #303 4. Draw histogram title afterwards - place in front of stats box 5. Upgrade three.js r158 -> r162, last with WebGL1 support 6. Split extras into three_addons.mjs, provide jsroot geometry build without three.js 7. Fix - correctly draw only grids with AXIG draw option 8. Fix - let read object from TFile with empty name 9. Fix - graph drawing fix custom labels on X axis #297 10. Fix - draw at least line for TGraphErrors ROOT-8131 11. Fix - log scales on TH3 drawings #306 12. Fix - preserve attributes and draw options when call drawingJSON() #307 13. Fix - draw geometry top node volume if all childs not visible #308 14. Fix - canvas resize in Qt5 window
PPaye
pushed a commit
to PPaye/root
that referenced
this pull request
Jun 3, 2024
1. Correctly scale size of axis ticks - take into account NDC axis length 2. Remove source_dir output in node.js root-project#296 3. Set name and userData in geometry `build()` function root-project#303 4. Draw histogram title afterwards - place in front of stats box 5. Upgrade three.js r158 -> r162, last with WebGL1 support 6. Split extras into three_addons.mjs, provide jsroot geometry build without three.js 7. Fix - correctly draw only grids with AXIG draw option 8. Fix - let read object from TFile with empty name 9. Fix - graph drawing fix custom labels on X axis root-project#297 10. Fix - draw at least line for TGraphErrors ROOT-8131 11. Fix - log scales on TH3 drawings root-project#306 12. Fix - preserve attributes and draw options when call drawingJSON() root-project#307 13. Fix - draw geometry top node volume if all childs not visible root-project#308 14. Fix - canvas resize in Qt5 window
silverweed
pushed a commit
to silverweed/root
that referenced
this pull request
Aug 19, 2024
1. Correctly scale size of axis ticks - take into account NDC axis length 2. Remove source_dir output in node.js root-project#296 3. Set name and userData in geometry `build()` function root-project#303 4. Draw histogram title afterwards - place in front of stats box 5. Upgrade three.js r158 -> r162, last with WebGL1 support 6. Split extras into three_addons.mjs, provide jsroot geometry build without three.js 7. Fix - correctly draw only grids with AXIG draw option 8. Fix - let read object from TFile with empty name 9. Fix - graph drawing fix custom labels on X axis root-project#297 10. Fix - draw at least line for TGraphErrors ROOT-8131 11. Fix - log scales on TH3 drawings root-project#306 12. Fix - preserve attributes and draw options when call drawingJSON() root-project#307 13. Fix - draw geometry top node volume if all childs not visible root-project#308 14. Fix - canvas resize in Qt5 window
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.
Compare to the same lines in
TrainGPU()
(line 806). It's only a typo!