Can't create FrEvent with params with framecpp-swig-2.6.7
When creating a new FrEvent
with params in python2-ldas-tools-framecpp-2.6.7-1
, a TypeError
is raised:
>>> from LDAStools import frameCPP
>>> frameCPP.FrEvent('test', '', '', frameCPP.GPSTime(0, 0), 0, 0, 0, 0, -1, '', [])
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib64/python2.7/site-packages/LDAStools/frameCPP.py", line 3113, in __init__
_frameCPP.FrEvent_swiginit(self, _frameCPP.new_FrEvent(*args))
TypeError: in method 'new_FrEvent', argument 11 of type 'FrEvent::ParamList_type const &'
This used to work in <=2.6.6
(checked on 2.6.4
in Cardiff).