MPBA / pyphysio

GNU General Public License v3.0
47 stars 13 forks source link

_repr of Indicators with name #38

Closed andbiz closed 7 years ago

Alebat commented 7 years ago

I forgot, I did it this way because the aim of the name parameter was to simplify things: Before:

    ph.pNNx(threshold=50)
    > pNNx{threshold=50}

After

    ph.pNNx(threshold=50, name='MypNN50')
    > MyPNN50