mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 11:33:42 +02:00
feat: system added to print_config.
This commit is contained in:
parent
caef8af988
commit
bafa6ce38d
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ from .version import __version__
|
||||||
|
|
||||||
def print_config():
|
def print_config():
|
||||||
"""Print information about version of python, pyerrors and dependencies."""
|
"""Print information about version of python, pyerrors and dependencies."""
|
||||||
config = {"python": platform.python_version(),
|
config = {"system": platform.system(),
|
||||||
|
"python": platform.python_version(),
|
||||||
"pyerrors": __version__,
|
"pyerrors": __version__,
|
||||||
"numpy": np.__version__,
|
"numpy": np.__version__,
|
||||||
"scipy": scipy.__version__,
|
"scipy": scipy.__version__,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue