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

fix issue with previous run data not being cleaned up #17

Open
cseppan opened this issue May 18, 2023 · 0 comments
Open

fix issue with previous run data not being cleaned up #17

cseppan opened this issue May 18, 2023 · 0 comments
Assignees

Comments

@cseppan
Copy link
Member

cseppan commented May 18, 2023

From Alison Eyth:

We found that it seems some intermediate data from an earlier run of some surrogates was merged with the updated data in the new run.

We believe that the printf statement on line 22 of template_polygon_withFF_noWA.csh needs to append (>>) rather than replace (>).

Noting that when a surrogate is run, DROP TABLE command(s) should be issued to remove any old tables – most of the other scripts seem to do this, but not this one.

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

No branches or pull requests

1 participant