You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case an update of PROPOSAL changes something about a cross section parametrization, the hashes don't change, but the contents of the interpolation tables might change.
This means that if using a newer PROPOSAL version where PROPOSAL finds tables created for an old version, this can cause outdated or even completely incorrect results.
The simplest solution would be to add the version number to the hash. However, this would also mean that every version update (even without any changes to the physics), a new hash will be required. Alternatively, one could have some kind of "internal version number", either for PROPOSAL in general or even for individual processes (?), which changes only if there are physics changes. I am open for better suggestions.
The text was updated successfully, but these errors were encountered:
Having a version number which is incremented by hand to account for physics updates would be a solution, but if this has to be done by hand, this is certainly going to be forgotten at some point in the future. This would be better than having no solution at all, but it certainly does not seem ideal.
You can at least use this to raise proper errors / re-generate the tables when trying to load unsupported versions.
But probably you also should include the version somehow in the generated filename, so that you using multiple versions of proposal in parallel on the same machine (e.g. when you do development and switch branches) doesn't lead to constantly re-computing the tables.
In case an update of PROPOSAL changes something about a cross section parametrization, the hashes don't change, but the contents of the interpolation tables might change.
This means that if using a newer PROPOSAL version where PROPOSAL finds tables created for an old version, this can cause outdated or even completely incorrect results.
The simplest solution would be to add the version number to the hash. However, this would also mean that every version update (even without any changes to the physics), a new hash will be required. Alternatively, one could have some kind of "internal version number", either for PROPOSAL in general or even for individual processes (?), which changes only if there are physics changes. I am open for better suggestions.
The text was updated successfully, but these errors were encountered: