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
    According to the documentation of Python 3.5, the function fractions.gcd()
    is deprecated and should be replaced by math.gcd().
    
    So we modify the import of gcd() in lcm.py to import it from the math
    module when possible, keeping the import from the fractions module if not
    possible in order to keep the compatibility with older versions of Python.
    ef52fca5
    History
    Name Last commit Last update