NAVADMC / ADSM

A simulation of disease spread in livestock populations. Includes detection and containment simulation.
Other
10 stars 5 forks source link

Results_resultsversion #884

Closed missyschoenbaum closed 6 years ago

missyschoenbaum commented 6 years ago

@BryanHurst on the output table Results_resultversion, is this actively updated?

BryanHurst commented 6 years ago

The Python side of things does update this table from the output of the CEngine. It is a different matter if the version number gets actively updated in the CEngine code. That would be an @ndh2 question.

We might should add a step to the compile instructions for incrementing CEngine version numbers.

ndh2 commented 6 years ago

There's a version number embedded in the file configure.ac. I haven't been updating it but I should, especially since some changes to the output format have happened recently.

@missyschoenbaum is the plan still to call the version with the new vaccination options (inside-out ring order, etc.) version 3.4 like in this document? https://github.com/NAVADMC/ADSM/wiki/Implementing-Vaccination-v3.4

missyschoenbaum commented 6 years ago

@ndh2 3.4 sounds good to me

ndh2 commented 6 years ago

Updated the version to 3.4.0. Will increment it if we make any further changes to the output files or the database structure. https://github.com/NAVADMC/ADSM-CEngine/commit/9622a99af6d89afb7810b7fbef4da4379769cbb8

missyschoenbaum commented 6 years ago

I guess I have to wait on Bryan to push build.

missyschoenbaum commented 6 years ago

Looks great!