baccuslab / pyret

Python tools for analysis of neurophysiology data
https://pyret.readthedocs.io/en/master/
MIT License
35 stars 8 forks source link

Standardize input/output argument order #24

Closed bnaecker closed 10 years ago

bnaecker commented 10 years ago

Some functions return things as (output, time), and others as (time, output). This should be standardized to the extent possible and reasonable.

nirum commented 10 years ago

I vote on returning (output, time)

nirum commented 10 years ago

I think this has been taken care of?