eqcorrscan / EQcorrscan

Earthquake detection and analysis in Python.
https://eqcorrscan.readthedocs.io/en/latest/
Other
166 stars 86 forks source link

Support item assignment and append in Party #359

Open calum-chamberlain opened 5 years ago

calum-chamberlain commented 5 years ago

Is your feature request related to a problem? Please describe.

party = Party()
party.append(...)
party[0] = ...

does not work and could.