Reading attributes from tables in cell_paths[0]
fails if the cell wasn't simulated
#1375
Labels
cell_paths[0]
fails if the cell wasn't simulated
#1375
Many of our analysis scripts use the first cell in the array
cell_paths
to read in tables and get table attributes, before usingread_stacked_columns
to read in entire table columns across multiple cells. If some simulations failed,read_stacked_columns
can handle missing tables by setting theignore_exceptions
parameter toTrue
, but if the simulation corresponding to the first cell in thecell_paths
array did not run (most likely because a cell from a previous generation failed), reading in a table fromcell_paths[0]
results in an error. The ordering of the cells incell_paths
seems to be random so it's impossible to predict what seed will be used to read in these attributes.The text was updated successfully, but these errors were encountered: