(self)
| 521 | assert lbase is None and rbase is None |
| 522 | |
| 523 | def test_sparse(self): |
| 524 | mgr = create_mgr("a: sparse-1; b: sparse-2") |
| 525 | assert mgr.as_array().dtype == np.float64 |
| 526 | |
| 527 | def test_sparse_mixed(self): |
| 528 | mgr = create_mgr("a: sparse-1; b: sparse-2; c: f8") |
nothing calls this directly
no test coverage detected