Пример #1
0
 def test_2(self, nc_file, test_array):
     assert_array_equal(plotting._read_ax_values(nc_file)[1], test_array/1000)
Пример #2
0
 def test_1(self, nc_file, test_array):
     assert_array_equal(plotting._read_ax_values(nc_file)[0], test_array)