Closed ConnectedSystems closed 2 years ago
Can confirm latest changes to main branch (b9041080b947b394c52853df6aa12556f61f9592) does not resolve this issue.
Perhaps you already knew or intuited this but the issue seems to be deeper than any single key being different/missing:
(Pdb) sg_indices = set(sparse_grid.poly_indices_dict.keys())
(Pdb) iso_indices = set(isotropic_data_structures[0].keys())
(Pdb) len(iso_indices)
145
(Pdb) len(sg_indices)
145
(Pdb) len(sg_indices - iso_indices)
145
With latest changes on main branch.