diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2018-10-29 16:19:42 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2018-10-29 16:19:42 -0400 |
| commit | b5636eba53be446a888a1b6b5f5e0afb894717a8 (patch) | |
| tree | fa95dfce72004d73f4fffeeaadc720c28522d9fb /tests | |
| parent | 05b2236a8dc2c7bccfde840fa406e7ff2ab8cdc1 (diff) | |
| download | pyisda-b5636eba53be446a888a1b6b5f5e0afb894717a8.tar.gz | |
fix test and add to Makefile
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_pickle.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_pickle.py b/tests/test_pickle.py index 9eabcec..32d45bf 100644 --- a/tests/test_pickle.py +++ b/tests/test_pickle.py @@ -39,7 +39,8 @@ class TestPickle(unittest.TestCase): value_date, [end_date], np.array([75 * 1e-4]), - 0.4, + np.array([0.]), + np.array([0.4]), ) sc_pickled = loads(dumps(sc, 2)) self.assertListAlmostEqual( |
