pyccel / sympde

Symbolic calculus for partial differential equations (and variational forms)
http://sympde.readthedocs.io/
MIT License
20 stars 4 forks source link

Latex #35

Closed ratnania closed 5 years ago

ratnania commented 5 years ago

other improvements will be done in the future

yguclu commented 5 years ago

When running the tests we get lots of deprecation warnings, most of which are due to the presence of invalid escape sequences in Python strings. This can be avoided by using raw strings, which are obtained by prepending the character r to the strings.

ratnania commented 5 years ago

When running the tests we get lots of deprecation warnings, most of which are due to the presence of invalid escape sequences in Python strings. This can be avoided by using raw strings, which are obtained by prepending the character r to the strings.

There were 5 or 6 strings where the r character was missing. Fixed now.