-
Notifications
You must be signed in to change notification settings - Fork 727
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
Remove temporary files from test/em_real #1418
Conversation
M test/em_real/landFilenames M test/em_real/windturbines.txt
@vlakshmanan-scala This should only happen if all of the mods are only to files with special extensions. It looks like the logic now says "if any file has a special extension, do not test". |
@weiwangncar @dudhia @pedro-jm |
We need to keep it somewhere as an example.
…On Thu, Feb 25, 2021 at 7:55 PM Dave Gill ***@***.***> wrote:
@weiwangncar <https://github.com/weiwangncar> @dudhia
<https://github.com/dudhia> @pedro-jm <https://github.com/pedro-jm>
Folks,
What is the opinion of removing the windturbines.txt file? Is it useful
as a template for the wind energy community?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1418 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEIZ77HFQFA5N2HVSHV3FF3TA4ET5ANCNFSM4YHTWIRA>
.
|
@pedro-jm Do you remember if you intended to commit this file to repository as a template? I know this file was not there after Anna's commit. |
I think the code won't run without this file, so it is needed for any
testing.
…On Fri, Feb 26, 2021 at 9:26 AM weiwangncar ***@***.***> wrote:
@pedro-jm <https://github.com/pedro-jm> Do you remember if you intended
to commit this file to repository as a template? I know this file was not
there after Anna's commit.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1418 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEIZ77CY4C7MH7INCYLH7ALTA7DRZANCNFSM4YHTWIRA>
.
|
Since it has lat/long, it is only good for the real-data case, so it makes
sense to have it just in test/em_real.
…On Mon, Mar 1, 2021 at 4:24 PM weiwangncar ***@***.***> wrote:
@dudhia <https://github.com/dudhia> Not sure what people do now, if they
run from run/ directory, the windturbines.txt file isn't there.
@davegill <https://github.com/davegill> I'm ok with removing just the
LandFilenames to avoid any controversy.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1418 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEIZ77FAURLWQK3QXZKUYMLTBQO3HANCNFSM4YHTWIRA>
.
|
OK, putting the windturbines.txt file back, which is easier with a new PR |
TYPE: no impact
KEYWORDS: remove
SOURCE: internal
DESCRIPTION OF CHANGES:
There are two files in the test/em_real directory that do not belong in the repository:
The
landFilenames
has a storied history:John's advice was to "remove later". We waited 16 years, and now we are removing the file.
The
windturbines.txt
file is just a template, added in 2013:The file is short:
LIST OF MODIFIED FILES: list of changed files (use
git diff --name-status master
to get formatted list)D test/em_real/landFilenames
D test/em_real/windturbines.txt
TESTS CONDUCTED:
RELEASE NOTE: Include a stand-alone message suitable for the inclusion in the minor and annual releases. A publication citation is appropriate.