sztal / pybdm

Python implementation of block decomposition method for approximating algorithmic complexity

Home Page:https://pybdm-docs.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Send warnings when it is possible that there were problems with slicing

sztal opened this issue · comments

It would be perhaps useful to send warnings when for instance entropy is zero, but because the data is short and was decomposed to only one block, as this may be confusing for users, who do not know the details of the implementation too well.