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
Particle masses bugfix #89
Particle masses bugfix #89
Changes from 5 commits
f47382f
5efcce4
1ea6e9c
b9d7d0c
fdedf5e
aad8a46
a8c5e3d
c7ff73c
3df4172
79963a5
0fc15c0
39b80f0
cc7a53d
af82abf
694100e
af96ff2
616d3f0
124104f
3a6670c
4f22911
0a54a03
f287107
698d437
53c00f7
916625a
26272c9
798917a
bd6c90f
0df1737
1ab275a
3e3b63b
bfcd977
6145676
2878937
0e859f0
a213537
d4af1e8
c09ea84
27d8c37
cdc4c95
917ef3f
807fa89
95c26f9
616cbef
e0fe776
089cbd8
43d8b60
c5d0d44
023f925
ba65b19
6d2f6ae
de8db5e
ba089f9
a660481
232532e
3fbe230
6b7af1b
95e487c
86c6658
8b16384
0e4737e
1405739
76cef5d
33b4dee
1296b65
af6e42f
06f4fe8
2ff1cdf
41bd6e0
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.
Mismatch, but I'd just go with
is_attribute
to be consistent with #49There 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 named has_attribute as such to maintain consistency with the has_constant method. I have now decided to name the methods 'is_attribute' and 'is_constant' instead.