Parallel.GAMIT icon indicating copy to clipboard operation
Parallel.GAMIT copied to clipboard

Create an ETMs table auto-purge

Open demiangomez opened this issue 7 years ago • 1 comments

Whenever there's a version change, the ETMs table should be auto-purged before running the etms generation script.

demiangomez avatar Apr 23 '18 01:04 demiangomez

Partially implemented this using the file date of pyETM.py, but there is a problem: sometimes the file date changes without any actual code changes. Needs to handle actual code differences.

demiangomez avatar Jun 30 '18 22:06 demiangomez

Implemented a VERSION field in the module which has to be manually changed every time we introduce a significant modification. Marking as resolved.

demiangomez avatar May 10 '24 18:05 demiangomez