Spaces:
Build error
Build error
File size: 214 Bytes
6250360 |
1 2 3 4 5 6 7 8 |
#encoding = utf-8
import numpy as np
assert_true = np.testing.assert_
assert_equal = np.testing.assert_equal
assert_array_equal = np.testing.assert_array_equal
assert_almost_equal = np.testing.assert_almost_equal
|