-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update develop-ref after #2340 #2353
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: MET Tools Test Account <[email protected]>
…tuing the MET repo.
The failure from the configure script is caused by the version of the "alocal" executable. The contents of develop are based on seneca, which has: aclocal (GNU automake) 1.16.1 By comparison, my laptop does NOT require that bootstrap be run for: aclocal (GNU automake) 1.16.5 But the Docker image has an older version which triggers the error: aclocal (GNU automake) 1.13.4 Any machine with aclocal 1.16.x works fine. Likely any machine with a version that differs from 1.16.x does not. Running bootstrap fixes that... but also changes the contents of all the Makefile.in files making them appear as a large set of diffs in the repo. This is not an issue inside the docker image since we generally remove the source code after compiling anyway.
…ted existing entries, removed old entries, added new entries. SL (#2199) Co-authored-by: Seth Linden <[email protected]>
…ternal_19_log_user_id
Feature 1815 level value
…ternal_19_log_user_id
…tnc2ascii.py for printing an ASCII representation of the MET point observation NetCDF files.
…tcenter/MET into feature_2085_R_to_python_pntnc2ascii_R
…g like a C++ tool.
…tcenter/MET into feature_2085_R_to_python_pntnc2ascii_R
…tcenter/MET into feature_2085_R_to_python_pntnc2ascii_R
…tcenter/MET into feature_2085_R_to_python_pntnc2ascii_R
…tcenter/MET into feature_2085_R_to_python_pntnc2ascii_R
…2ascii_R Feature 2085 convert R script (pntnc2ascii.r) to python
…tions in Appendix F, and adds a link for the section on Python embedding for MPR data.
…s that is better suited for Appendix F. Appendix F is already referenced in describing ASCII2NC. Cleaned up some wording regarding Point2Grid Python embedding.
…converting Feature 2302 python embedding converting
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Expected Differences
PR #2340 for issue #2302 adds a new output file to the unit test:
Updating develop-ref to get past this expected difference.