Skip to content

sample.py not working #26

@abhisheknair1729

Description

@abhisheknair1729

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions