aaren / wavelets

Python implementation of the wavelet analysis found in Torrence and Compo (1998)
296 stars 111 forks source link

Scipy factorial moved from scipy.misc to scipy.special in newer versions #21

Open ctheissen opened 5 years ago

ctheissen commented 5 years ago

The factorial function has been moved from scipy.misc to scipy.special in version 1.3.1

joschaschmiedt commented 4 years ago

See https://github.com/aaren/wavelets/pull/19