@@ -182,13 +182,13 @@ def test_pandas_001(function_tmpdir, example_data_path):
182182 assert well_data_pd .iloc [0 , 1 ] == 0
183183 assert well_data_pd .iloc [0 , 2 ] == 4
184184 assert well_data_pd .iloc [0 , 3 ] == - 2000.0
185- assert well_data_pd ["layer " ][0 ] == 0
186- assert well_data_pd ["row " ][0 ] == 0
187- assert well_data_pd ["column " ][0 ] == 4
185+ assert well_data_pd ["cellid_layer " ][0 ] == 0
186+ assert well_data_pd ["cellid_row " ][0 ] == 0
187+ assert well_data_pd ["cellid_column " ][0 ] == 4
188188 assert well_data_pd ["q" ][0 ] == - 2000.0
189- assert well_data_pd ["layer " ][1 ] == 0
190- assert well_data_pd ["row " ][1 ] == 0
191- assert well_data_pd ["column " ][1 ] == 7
189+ assert well_data_pd ["cellid_layer " ][1 ] == 0
190+ assert well_data_pd ["cellid_row " ][1 ] == 0
191+ assert well_data_pd ["cellid_column " ][1 ] == 7
192192 assert well_data_pd ["q" ][1 ] == - 2.0
193193
194194 well_data_rec = wel_package .stress_period_data .get_data (0 )
@@ -284,27 +284,27 @@ def test_pandas_001(function_tmpdir, example_data_path):
284284 assert well_data_pd_0 .iloc [0 , 1 ] == 0
285285 assert well_data_pd_0 .iloc [0 , 2 ] == 4
286286 assert well_data_pd_0 .iloc [0 , 3 ] == - 2000.0
287- assert well_data_pd_0 ["layer " ][0 ] == 0
288- assert well_data_pd_0 ["row " ][0 ] == 0
289- assert well_data_pd_0 ["column " ][0 ] == 4
287+ assert well_data_pd_0 ["cellid_layer " ][0 ] == 0
288+ assert well_data_pd_0 ["cellid_row " ][0 ] == 0
289+ assert well_data_pd_0 ["cellid_column " ][0 ] == 4
290290 assert well_data_pd_0 ["q" ][0 ] == - 2000.0
291- assert well_data_pd_0 ["layer " ][1 ] == 0
292- assert well_data_pd_0 ["row " ][1 ] == 0
293- assert well_data_pd_0 ["column " ][1 ] == 7
291+ assert well_data_pd_0 ["cellid_layer " ][1 ] == 0
292+ assert well_data_pd_0 ["cellid_row " ][1 ] == 0
293+ assert well_data_pd_0 ["cellid_column " ][1 ] == 7
294294 assert well_data_pd_0 ["q" ][1 ] == - 2.0
295295 well_data_pd = test_wel .stress_period_data .get_dataframe (1 )
296296 assert isinstance (well_data_pd , pd .DataFrame )
297297 assert well_data_pd .iloc [0 , 0 ] == 0
298298 assert well_data_pd .iloc [0 , 1 ] == 0
299299 assert well_data_pd .iloc [0 , 2 ] == 4
300300 assert well_data_pd .iloc [0 , 3 ] == - 1000.0
301- assert well_data_pd ["layer " ][0 ] == 0
302- assert well_data_pd ["row " ][0 ] == 0
303- assert well_data_pd ["column " ][0 ] == 4
301+ assert well_data_pd ["cellid_layer " ][0 ] == 0
302+ assert well_data_pd ["cellid_row " ][0 ] == 0
303+ assert well_data_pd ["cellid_column " ][0 ] == 4
304304 assert well_data_pd ["q" ][0 ] == - 1000.0
305- assert well_data_pd ["layer " ][1 ] == 0
306- assert well_data_pd ["row " ][1 ] == 0
307- assert well_data_pd ["column " ][1 ] == 7
305+ assert well_data_pd ["cellid_layer " ][1 ] == 0
306+ assert well_data_pd ["cellid_row " ][1 ] == 0
307+ assert well_data_pd ["cellid_column " ][1 ] == 7
308308 assert well_data_pd ["q" ][1 ] == - 20.0
309309 test_riv = test_mod .get_package ("riv" )
310310 riv_data_pd = test_riv .stress_period_data .get_dataframe (0 )
0 commit comments