Skip to content
Snippets Groups Projects
Commit 1d38a1d5 authored by Christoph Groth's avatar Christoph Groth
Browse files

fix DeprecationWarning in kpm module

parent 4825a79f
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
# http://kwant-project.org/authors.
import math
from operator import add
from collections import Iterable
from collections.abc import Iterable
from functools import reduce
import numpy as np
from numpy.polynomial.chebyshev import chebval
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment