示例#1
0
 def test_from_dict(self):
     with tm.assert_produces_warning(FutureWarning, check_stacklevel=False):
         fd = SparsePanel.from_dict(self.data_dict)
     tm.assert_sp_panel_equal(fd, self.panel)
示例#2
0
 def test_from_dict(self):
     fd = SparsePanel.from_dict(self.data_dict)
     assert_sp_panel_equal(fd, self.panel)
示例#3
0
 def test_from_dict(self):
     with tm.assert_produces_warning(FutureWarning, check_stacklevel=False):
         fd = SparsePanel.from_dict(self.data_dict)
     tm.assert_sp_panel_equal(fd, self.panel)
示例#4
0
 def test_from_dict(self):
     fd = SparsePanel.from_dict(self.data_dict)
     assert_sp_panel_equal(fd, self.panel)