Ensure consistent handling of division

This commit is contained in:
Steven Silvester
2015-06-14 20:19:13 -05:00
parent 49967b412b
commit 0ffe44a4f0
+1
View File
@@ -1,3 +1,4 @@
from __future__ import division
import numbers
import numpy as np
from numpy.lib.stride_tricks import as_strided