in reindex.py, ``` 105 | if force_rs or (not "rs_a" in ds.keys()): 106 | orthomat_list = ds.cell.orthogonalization_matrix.tolist() 107 | orthomat = np.asarray(orthomat_list) ``` `gemmi` now uses `cell.orth.mat` (see https://gemmi.readthedocs.io/en/latest/cell.html)