You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python -c "from pathlib import Path; p=Path('python/rcs/_core/common.pyi'); lines=p.read_text().splitlines(); lines=[line for line in lines if 'def rotation_q_wxyz(' not in line]; t='\n'.join(lines)+'\n'; t=t.replace('numpy.ndarray[tuple[typing.Literal[2], N], numpy.dtype[numpy.float64]]', 'numpy.ndarray[tuple[typing.Literal[2], typing.Any], numpy.dtype[numpy.float64]]'); p.write_text(t)"
0 commit comments