Skip to content

Commit d72783b

Browse files
hmenkethe-hampel
authored andcommitted
Fix SyntaxWarning: invalid escape sequence
1 parent febd0ad commit d72783b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/triqs_dft_tools/block_structure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636

3737
class BlockStructure(object):
38-
""" Contains information about the Green function structure.
38+
r""" Contains information about the Green function structure.
3939
4040
This class contains information about the structure of the solver
4141
and sumk Green functions and the mapping between them.

python/triqs_dft_tools/converters/wannier90.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ def read_wannier90_hr_data(wannier_seed):
541541

542542

543543
def read_wannier90_blochbasis_data(wannier_seed, n_wannier_spin):
544-
"""
544+
r"""
545545
Method for reading the files needed in the bloch_basis: seedname_u.mat,
546546
seedname.eig and potentially seedname_u_dis.mat.
547547

0 commit comments

Comments
 (0)