timecorr icon indicating copy to clipboard operation
timecorr copied to clipboard

mutable parameters passed to gaussian_weights and laplace weights

Open andrewheusser opened this issue 7 years ago • 0 comments

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/

andrewheusser avatar May 16 '18 17:05 andrewheusser