Robert Hannah

Results 2 issues of Robert Hannah

latexdiff interacts badly with the alignat\* environment. Here is a minimal example: myfile.tex: ``` \documentclass[10pt]{article} \usepackage{amsmath} \begin{document} \begin{alignat*}{1} A &= B \end{alignat*} \end{document} ``` myfile2.tex ``` \documentclass[10pt]{article} \usepackage{amsmath} \begin{document} \begin{alignat*}{3}...

### What happened? a = xr.concat([xr.DataArray(i) for i in [1,2,3]], pd.MultiIndex.from_tuples([('A', 'x'), ('B', 'y'), ('C', 'z')], names=['Group', 'Letter'])) xr.concat([a,a], 'D') This should be fine but fails with ValueError: cannot re-index...

bug
needs triage