| 858 | |
| 859 | |
| 860 | class EmptyEArrayTestCase(BasicTestCase): |
| 861 | type = "int32" |
| 862 | dtype = np.dtype("int32") |
| 863 | shape = (2, 0) |
| 864 | chunksize = 5 |
| 865 | nappends = 0 |
| 866 | start = 0 |
| 867 | stop = 10 |
| 868 | step = 1 |
| 869 | |
| 870 | |
| 871 | class NP_EmptyEArrayTestCase(BasicTestCase): |