mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01: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():
|
||||
"""Print information about version of python, pyerrors and dependencies."""
|
||||
config = {"python": platform.python_version(),
|
||||
config = {"system": platform.system(),
|
||||
"python": platform.python_version(),
|
||||
"pyerrors": __version__,
|
||||
"numpy": np.__version__,
|
||||
"scipy": scipy.__version__,
|
||||
|
|
Loading…
Add table
Reference in a new issue