Fixed generation of bilby_pipe/.version file
This patch fixes the generation of bilby_pipe/.version
, especially when not building from the git repository (this was previously broken).
This does introduce a library change, namely that bilby_pipe.__version__
will now just contain the X.Y.Z version number, and not the git build information.
Merge request reports
Activity
It looks like this failed due to the formatting. We added a code formatting checker (see https://lscsoft.docs.ligo.org/bilby_pipe/structure.html#code-format for details) the quick fix is to run something like
$ pip install black $ black filename.py
Apologies, I wasn't very clear. I think I've understood now.
So for the "released" version, there will be no git hash (that makes sense), but I just wanted to check that if I installed the development version, there would still be a "git hash" appended to the version information. Looking at the code, I'm certain that the answer is yes so this is good to go.
mentioned in commit 50076d0e