feat: print_config function added to help with debugging.

This commit is contained in:
Fabian Joswig 2023-03-11 21:17:09 +00:00
parent d8fb683262
commit 8ed5ce9569
No known key found for this signature in database
2 changed files with 22 additions and 2 deletions

View file

@ -465,4 +465,4 @@ from . import linalg
from . import mpm
from . import roots
from .version import __version__
from .version import __version__, print_config