ContextLab / timecorr

Estimate dynamic high-order correlations in multivariate timeseries data
MIT License
38 stars 12 forks source link

mutable parameters passed to gaussian_weights and laplace weights #55

Open andrewheusser opened 6 years ago

andrewheusser commented 6 years ago

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/