We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gcd
1 parent e5ccec1 commit e5d5eaaCopy full SHA for e5d5eaa
quantecon/graph_tools.py
@@ -5,7 +5,7 @@
5
import numpy as np
6
from scipy import sparse
7
from scipy.sparse import csgraph
8
-from fractions import gcd
+from math import gcd
9
from numba import jit
10
11
from .util import check_random_state
quantecon/markov/core.py
@@ -80,7 +80,7 @@
80
81
"""
82
import numbers
83
84
85
86
0 commit comments