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

More early resolve issues #398

Merged
merged 4 commits into from
Aug 15, 2016
Merged

Conversation

jedwards4b
Copy link
Contributor

@jedwards4b jedwards4b commented Aug 15, 2016

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:

@@ -1766,14 +1766,6 @@
<desc>Machine name</desc>
</entry>

<entry id="MACHINES_FILE">
Copy link
Contributor Author

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
Copy link
Contributor

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.

@jedwards4b
Copy link
Contributor Author

I've removed the debug stuff and updated the PR

self.machines_dir = os.path.dirname(infile)

infile = files.get_resolved_value(infile)
Copy link
Contributor

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?

Copy link
Contributor Author

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

@jgfouca jgfouca merged commit 062bc53 into ESMCI:master Aug 15, 2016
@jedwards4b jedwards4b deleted the more_early_resolve_issues branch August 15, 2016 20:56
pesieber pushed a commit to pesieber/cime that referenced this pull request Mar 15, 2023
Allow first history tape to have other than one time point per file.
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.

2 participants