scipion-em / scipion-pyworkflow

Underlying pyworkflow module for the Scipion framework
GNU General Public License v3.0
5 stars 5 forks source link

unexpected keyword argument 'copyEnable' #512

Closed azazellochg closed 3 weeks ago

azazellochg commented 3 months ago

scipion3 test pwem.tests.protocols.test_protocol_invert_Hand.TestProtInvertHand fails with:

File "/public/EM/Scipion/scipion-dev/scipion-em/pwem/tests/protocols/test_protocol_invert_Hand.py", line 152, in test_01_autoaligment
matrix.copy(part1.getTransform())
File "/public/EM/Scipion/scipion-dev/scipion-pyworkflow/pyworkflow/object.py", line 487, in copy
self._copy(other, copyDict, copyId, ignoreAttrs=ignoreAttrs, copyEnable=copyEnable)
TypeError: _copy() got an unexpected keyword argument 'copyEnable'