Skip to content

Fix warnings due to unescaped LaTeX in docstrings

Vicentini Filippo requested to merge github/fork/femtobit/fix_docstrings into v3.0

Created by: femtobit

Otherwise, DeprecationWarnings like this occur:

netket/hilbert/doubled_hilbert.py:29: DeprecationWarning: invalid escape sequence \o

Merge request reports