Skip to content

A selection of Python 3 fixes in LALInference

  • fix mixed space/tab indents in bayespputils
  • fix using both unicode and raw string typing, e.g., ur'Blah' to just u'Blah'
  • fix use of reduce in nest2pos codes, e.g. now from functools import reduce
  • convert some functions that are now iterators in Python 3 to lists
  • convert objects produced by the dict keys() and values() methods to lists

This PR has subsumed !484 (closed).

cc @john-veitch @vivien

Edited by LALSuite Bot

Merge request reports