-
Notifications
You must be signed in to change notification settings - Fork 213
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
More early resolve issues #398
Conversation
@@ -1766,14 +1766,6 @@ | |||
<desc>Machine name</desc> | |||
</entry> | |||
|
|||
<entry id="MACHINES_FILE"> |
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.
Not used anyplace as far as i can tell.
@@ -21,8 +21,8 @@ def expect(condition, error_msg, exc_type=SystemExit): | |||
""" | |||
if (not condition): | |||
# Uncomment these to bring up a debugger when an expect fails | |||
#import pdb | |||
#pdb.set_trace() | |||
import 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.
You probably didn't intend to push this.
I've removed the debug stuff and updated the PR |
self.machines_dir = os.path.dirname(infile) | ||
|
||
infile = files.get_resolved_value(infile) |
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.
I don't understand this change. Why is calling get_resolved_value by hand better than resolved=True?
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.
I want self.machines_dir to have the unresolved value
Allow first history tape to have other than one time point per file.
Remove more early resolve issues - these were found by cloning a case from one user to another.
Test suite: scripts_regression_test & create_clone from one user to another
Test baseline:
Test namelist changes:
Test status: bit for bit
Connects to #406
User interface changes?:
Code review: