-
-
Notifications
You must be signed in to change notification settings - Fork 410
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
i try to rebase the dp to the master #132
Conversation
|
||
|
||
class PropertyTypeAbundances(PropertyType): | ||
elements = {'neut': 0, 'h': 1, 'he': 2, 'li': 3, 'be': 4, 'b': 5, 'c': 6, 'n': 7, 'o': 8, 'f': 9, 'ne': 10, |
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.
This information is available util.symbol2atomic_number
the element data from atomic.
if isinstance(self.__config_container, dict): | ||
self.__conf = self.__config_container | ||
else: | ||
pdb.set_trace() |
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.
@mklauser remove pdb
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.
done
default | ||
default config value. | ||
""" | ||
return self._default |
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.
should be indented
if not item in container_dict.keys(): | ||
raise ValueError('Entry %s is missing in container [%s]' % (str(item), self.__container_path)) | ||
else: | ||
self.__default_container[item], self.__config_container[item] = parse_container_items( |
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.
@mklauser parse_container_items
- unresolved reference.
@ssim I don't know if you want to have a look, but other than that we think is find. will be merged if no response in the next 2 h. |
I'm happy for you to go ahead and merge when you are ready! |
i try to rebase the dp to the master
No description provided.