Coverage for /usr/lib/python3/dist-packages/scipy/version.py: 88%

8 statements  

« prev     ^ index     » next       coverage.py v7.9.1, created at 2025-06-14 15:55 +0200

1# THIS FILE IS GENERATED DURING THE SCIPY BUILD 

2# See tools/version_utils.py for details 

3 

4short_version = '1.11.4' 

5version = '1.11.4' 

6full_version = '1.11.4' 

7git_revision = 'Unknown' 

8commit_count = 'Unknown' 

9release = True 

10 

11if not release: 

12 version = full_version