-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
When I run sample.py, I get the following error:
Traceback (most recent call last):
File "sample.py", line 61, in
indices = sbnet_module.reduce_mask(mask, blockCount, tol=0.5, **inBlockParams)
TypeError: reduce_mask() got an unexpected keyword argument 'bsize'
This gets fixed when I rename bsize, boffset and bstride to dynamic_bsize, dynamic_boffset and dynamic_bstride in the inBlockParams and outBlockParams.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels