Removed deprecated numpy.float_ and update NumPy/Pandas imports (#762)
Signed-off-by: saimedhi <saimedhi@amazon.com>
This commit is contained in:
committed by
GitHub
parent
87e531b943
commit
1739a988d3
@@ -106,7 +106,6 @@ class TestJSONSerializer(TestCase):
|
||||
|
||||
ser = JSONSerializer()
|
||||
for np_type in (
|
||||
np.float_,
|
||||
np.float32,
|
||||
np.float64,
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user