Skip to content

Deprecation warning from importlib due to \dot, etc., in docstrings #182

@roryyorke

Description

@roryyorke

See, e.g.,

https://travis-ci.org/python-control/python-control/jobs/325460249#L2717

This particular one appears to be due to \dot at

\dot x = A \cdot x + B \cdot u
; the \d is interpreted as an (invalid) escape sequence.

The fix is probably to use a raw string.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions