-
Notifications
You must be signed in to change notification settings - Fork 151
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
chapter 9 #56
base: master
Are you sure you want to change the base?
Conversation
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 to me with one caveat!
A few files look like they may be back-peddling to old versions. Please check, then I can approve.
"if not os.getenv(\"DEBUG\"):\n", | ||
" parser = RosettaScriptsParser()\n", |
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.
@@ -366,7 +369,7 @@ | |||
"name": "python", | |||
"nbconvert_exporter": "python", | |||
"pygments_lexer": "ipython3", | |||
"version": "3.7.6" | |||
"version": "3.6.1" |
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.
in fact this looks like a clue that the PR clobbers a newer version of this file with an older version. please check.
@@ -239,8 +239,9 @@ | |||
"mm.set_chi(True)\n", | |||
"minmover.set_movemap(mm)\n", | |||
"\n", | |||
"for i in range(1, 5):\n", | |||
" minmover.apply(p)\n", |
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.
same comment...clobbering new file with old?
As Jeff said, I think maybe you need to pull in master before these changes? Chapter 10 - working with density looks mangled somehow. I think this was branched off of an older version... |
No description provided.