Beispiel #1
0
 def test_from_dict(self):
     fd = SparsePanel.from_dict(self.data_dict)
     assert_sp_panel_equal(fd, self.panel)