demiangomez / Parallel.GAMIT

Python wrapper to parallelize GAMIT executions
GNU General Public License v3.0
35 stars 16 forks source link

Create an ETMs table auto-purge #33

Closed demiangomez closed 2 months ago

demiangomez commented 6 years ago

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

demiangomez commented 6 years ago

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 commented 2 months ago

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