-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I am using Python 3.13.3 on GNU/Linux. When I tried to load the repository module or any of its contents (e.g., from pyboolnet.repository import get_primes), I got the following error message:
pyboolnet/pyboolnet/interaction_graphs.py:557: SyntaxWarning: invalid escape sequence '\*'
The default *"tmp\*.jpg"* will result in the creation of the files::
Manually replacing \*.jpg with \\*.jpg solved the issue for me.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels