timecorr
timecorr copied to clipboard
mutable parameters passed to gaussian_weights and laplace weights
default parameters passed to python functions should be immutable. probably does not matter for this particular case but wanted to document in case a bug pops up related to this.
http://docs.python-guide.org/en/latest/writing/gotchas/