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.
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
feat: Introduce the usage of the geomodel converters for the Muon System #3348
feat: Introduce the usage of the geomodel converters for the Muon System #3348
Changes from 2 commits
654904a
e57bb00
cf77083
5a871ab
a9386d6
c7dccce
9cb2c8f
9581e28
08419cd
f749c3b
4cc0263
65320d4
3669c82
4e3b05b
8dc4cb2
d6aa993
baf84cf
e8965ff
8976721
fc7bd0f
aca782f
877a6d1
9563956
bb1a21b
ca05ce0
43e3b92
8a8eb1f
8df082d
ff65f65
c32c40b
1154122
f021360
6f0b21b
5279972
0b4ebd0
1b75772
8f114cc
5bcc1d4
1c1daef
eaffacd
daccdac
9ba3f7d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
🛠️ Refactor suggestion
Validate the inputs, we must.
Safe handling of command line arguments, crucial it is. Add validation before assignment, you should.
📝 Committable suggestion
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.
Remove the unused variable, we must.
Unused, this variable is. Remove it, we should.
- viewRange = acts.Extent([])
🧰 Tools
🪛 Ruff (0.8.0)
196-196: Local variable
viewRange
is assigned to but never usedRemove assignment to unused variable
viewRange
(F841)