- 16 Apr, 2018 1 commit
-
-
Florent Jaillet authored
-
- 12 Apr, 2018 1 commit
-
-
Florent Jaillet authored
-
- 07 Feb, 2018 3 commits
-
-
Florent Jaillet authored
-
Florent Jaillet authored
-
Florent Jaillet authored
-
- 29 Jun, 2017 1 commit
-
-
Denis Arrivault authored
-
- 25 Apr, 2017 1 commit
-
-
Denis Arrivault authored
-
- 12 Oct, 2016 2 commits
-
-
Denis Arrivault authored
-
Denis Arrivault authored
-
- 06 Oct, 2016 1 commit
-
-
Denis Arrivault authored
-
- 02 Aug, 2016 1 commit
-
-
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.
-
- 17 Dec, 2015 1 commit
-
-
Denis Arrivault authored
-