Skip to content

Starting to upgrade to python3

Charlie Hoy requested to merge updating_to_python3 into master

To address issue #24 (closed) requires updating the code to python 3. This is because bilby_pipe dumps the data with pickle protocol 4. This is unsupported in python 2.7. If you try and load in a results file with deepdish python 2.7, you get the following error

ValueError: unsupported pickle protocol: 4

Python 2.7 does work for files that are not produced from bilby_pipe. Therefore it is best to update the code to python 3.

Edited by Charlie Hoy

Merge request reports

Loading