Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • ci39
  • ci39-python12
  • py39
  • issue#14
  • endianness
  • bugs_i686
  • bug_test_instfreqplot_arm64
  • bug_test_tfplot
  • gitlab-ci
  • debian
  • v1.0.16
  • v1.0.15
  • v1.0.14
  • v1.0.13
  • v1.0.12
  • v1.0.9
  • v1.0.8
  • v1.0.7
  • v1.0.6
  • v1.0.0
21 results

ltfatpy

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Florent Jaillet authored
    As reported in Issue #2, many VisibleDeprecationWarnings were raised
    when running the tests of ltfatpy with a recent version of numpy.
    
    This is now solved by insuring that values used for indexes in numpy
    arrays are integers, either by using integer division (//) where needed,
    or by explicitely converting to integer type (changing np.func(X/2) to
    int(np.func(X/2))), or by using int as the array dtype.
    646c23dc
    History
    Name Last commit Last update