-
Notifications
You must be signed in to change notification settings - Fork 3
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
Editing datascript for Olmsted#17, Olmsted#11, scons for Olmsted#13 #249
Conversation
Latest commit adds potential fix for matsengrp/olmsted#13 |
bin/build_olmsted_data.py
Outdated
records = [] | ||
leaves_counter = 1 | ||
for n in tree.traverse('postorder'): | ||
n.label = n.id = n.name | ||
n.type = "node" | ||
n.nt_seq = nt_seqs_dict[n.name] |
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.
@eharkins Mmm... here too. Please convert all tabs to spaces if that's what's going on.
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
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.
Looks good! Thanks.
site_scons/software_versions.py
Outdated
'tripl': tripl_version, | ||
#'nestly': lambda: nestly.__version__, |
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 may seem like minutia, but can you please comment in this style in python (and in js as well actually)? There's a nice vim plugin for letting you comment things out like this: https://github.com/scrooloose/nerdcommenter.
matsengrp/olmsted#17
Not sure why the first two commits are supposedly different from the PR you already merged, the third commit is 0 changes, the last one is why I am making this PR