Fix python3 issue with cache conversion in lal.utils.cache
Description
This patch fixes a bug in lal.utils.cache.lalcache_from_gluecache()
, which is used by lalframe.frread.read_timeseries
, on python3. I also added a test module to protect against regression.
API Changes and Justification
Backwards Compatible Changes
-
This change introduces no API changes -
This change adds new API calls
Backwards Incompatible Changes
-
This change modifies an existing API -
This change removes an existing API