Skip to content
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

#106 suggestion for private variable names #110

Merged
merged 6 commits into from
Mar 27, 2014

Conversation

mklauser
Copy link
Contributor

For issue #106.

@@ -340,7 +340,7 @@ def from_hdf5(cls, fname=None):
synpp_refs = None

if 'ion_cx_data' in h5_datasets and 'ion_cx_data' in h5_datasets:
ion_cx_data = read_ion_cx_data(fname)
ion_cx_data = None
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what happened there? Is this associated with your new bound-free code?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you don't need that anymore we could take it out entirely.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this is associated with the new bound-free code because the data structure has changed. I can remove this from this PR.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in the end currently whatever happens ion_cx_dta=None which is a little strange. But your the BF expert and if that is needed by you later leave it in.I think I'm happy either or, if everyone's happy just merge

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I remove the changes?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mklauser I think it's up to you whether you want these changes in there just now or not. Either is fine. Feel free to merge this as it is or remove those changes and then merge - whichever you prefer.

I think it looks good! Thanks for sorting this one out.

@ssim
Copy link
Contributor

ssim commented Mar 26, 2014

This works - I have tried with this version and that Pandas warning goes away. I propose we merge and then close this (and terminate pull request 106).

@wkerzendorf
Copy link
Member

looks good - apart from the comment I'm happy to merge - let's open an issue for including testing atomic.py. other comments @ssim?

wkerzendorf added a commit that referenced this pull request Mar 27, 2014
#106 suggestion for private variable names
@wkerzendorf wkerzendorf merged commit b8306de into tardis-sn:master Mar 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants