scientisst / BioSPPy

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

Return tuple updates #3

Closed rafaelscsilva closed 2 years ago

rafaelscsilva commented 2 years 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.