scientisst / BioSPPy

Biosignal Processing in Python
https://biosppy.readthedocs.io/
Other
66 stars 21 forks source link

Return tuple updates #3

Closed rafaelscsilva closed 1 year ago

rafaelscsilva commented 1 year ago

Updates the ReturnTuple object with one new method:

.delete(key) that creates a new ReturnTuple without the specified key.

It also fixes the join method.