nesi / APSIM-HPC

Deploy APSIM (Agricultural Production Systems sIMulator - https://www.apsim.info/) on high performance computing clusters.
MIT License
0 stars 0 forks source link

*.db file verification : Add a sanity check to verify the .db files based on file size ( define the threshold to be >1MB) #27

Closed DininduSenanayake closed 2 weeks ago

DininduSenanayake commented 2 weeks ago

There have been instances where the placeholder .db file generated via Models --apply will be be counted as a *.db file generated via Models. This has to be avoided at all costs. Otherwise, it will be accidentally merged into the file *.db file corrupting the latter

DininduSenanayake commented 2 weeks ago

as per https://github.com/DininduSenanayake/APSIM-eri-mahuika/pull/29

DininduSenanayake commented 2 weeks ago

Fixed in https://github.com/DininduSenanayake/APSIM-eri-mahuika/pull/29