AutoStatLib 0.1.6__py3-none-any.whl → 0.1.7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of AutoStatLib might be problematic. Click here for more details.
- AutoStatLib/AutoStatLib.py +4 -2
- AutoStatLib/_version.py +1 -1
- {AutoStatLib-0.1.6.dist-info → AutoStatLib-0.1.7.dist-info}/METADATA +2 -2
- AutoStatLib-0.1.7.dist-info/RECORD +9 -0
- AutoStatLib-0.1.6.dist-info/RECORD +0 -9
- {AutoStatLib-0.1.6.dist-info → AutoStatLib-0.1.7.dist-info}/LICENSE +0 -0
- {AutoStatLib-0.1.6.dist-info → AutoStatLib-0.1.7.dist-info}/WHEEL +0 -0
- {AutoStatLib-0.1.6.dist-info → AutoStatLib-0.1.7.dist-info}/top_level.txt +0 -0
AutoStatLib/AutoStatLib.py
CHANGED
|
@@ -582,7 +582,8 @@ class StatisticalAnalysis(__StatisticalTests, __NormalityTests, __TextFormatting
|
|
|
582
582
|
|
|
583
583
|
def GetResult(self):
|
|
584
584
|
if not self.results and not self.error:
|
|
585
|
-
|
|
585
|
+
print('No test chosen, no results to output')
|
|
586
|
+
# self.__run_test(test='auto')
|
|
586
587
|
return self.results
|
|
587
588
|
if not self.results and self.error:
|
|
588
589
|
print('Error occured, no results to output')
|
|
@@ -592,7 +593,8 @@ class StatisticalAnalysis(__StatisticalTests, __NormalityTests, __TextFormatting
|
|
|
592
593
|
|
|
593
594
|
def GetSummary(self):
|
|
594
595
|
if not self.results and not self.error:
|
|
595
|
-
|
|
596
|
+
print('No test chosen, no summary to output')
|
|
597
|
+
# self.__run_test(test='auto')
|
|
596
598
|
return self.summary
|
|
597
599
|
else:
|
|
598
600
|
return self.summary
|
AutoStatLib/_version.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# AutoStatLib package version:
|
|
2
|
-
__version__ = "0.1.
|
|
2
|
+
__version__ = "0.1.7"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: AutoStatLib
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.7
|
|
4
4
|
Summary: AutoStatLib - a simple statistical analysis tool
|
|
5
5
|
Author: Stemonitis, SciWare LLC
|
|
6
6
|
Author-email: konung-yaropolk <yaropolk1995@gmail.com>
|
|
@@ -537,7 +537,7 @@ Requires-Dist: statsmodels
|
|
|
537
537
|
[](https://pypi.org/project/AutoStatLib)
|
|
538
538
|
[](https://github.com/konung-yaropolk/AutoStatLib)
|
|
539
539
|
[](https://pypi.org/project/AutoStatLib)
|
|
540
|
-
[](https://pypi.org/project/AutoStatLib)
|
|
540
|
+
[](https://pypi.org/project/AutoStatLib)
|
|
541
541
|
[](https://pypi.org/project/AutoStatLib)
|
|
542
542
|
|
|
543
543
|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
AutoStatLib/AutoStatLib.py,sha256=2yJ2lgzTHcH9GukBmq4htcE2ZZ4rB7PjsQqoGepzOfM,22275
|
|
2
|
+
AutoStatLib/__init__.py,sha256=m5_lTjJGJzwPqM1D72D90dbvSOY1EWuNE8VfFRagx1s,79
|
|
3
|
+
AutoStatLib/__main__.py,sha256=LaA_aF8KkLy7zF3JyNPPGkK1nrM9hLJEtqGv27xvzmg,192
|
|
4
|
+
AutoStatLib/_version.py,sha256=vt-T6UPFgo5_4i5AEliVI-mg9Ki4a7jH_gjNPD1BfuM,53
|
|
5
|
+
AutoStatLib-0.1.7.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
|
|
6
|
+
AutoStatLib-0.1.7.dist-info/METADATA,sha256=RSrFPlYSu1x0iyvt45jQUksIetonXXrEnNIH5fcNxzg,35547
|
|
7
|
+
AutoStatLib-0.1.7.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
8
|
+
AutoStatLib-0.1.7.dist-info/top_level.txt,sha256=BuHzVyE2andc7RwD_UPmDjLl9CUAyBH6WHZGjaIReUI,12
|
|
9
|
+
AutoStatLib-0.1.7.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
AutoStatLib/AutoStatLib.py,sha256=PQFTE75iJYwLXQZw1kUkGXQCuto3u-AV3Rb-uFXR9aY,22155
|
|
2
|
-
AutoStatLib/__init__.py,sha256=m5_lTjJGJzwPqM1D72D90dbvSOY1EWuNE8VfFRagx1s,79
|
|
3
|
-
AutoStatLib/__main__.py,sha256=LaA_aF8KkLy7zF3JyNPPGkK1nrM9hLJEtqGv27xvzmg,192
|
|
4
|
-
AutoStatLib/_version.py,sha256=QFMI7NGd910dUeHS2wv4X-XROsijA5ZCLZb_gQFaEYE,53
|
|
5
|
-
AutoStatLib-0.1.6.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
|
|
6
|
-
AutoStatLib-0.1.6.dist-info/METADATA,sha256=6EV7jX9cMPLah-CXJIm8rPduvVvPpRSv0nTHGUndR5o,35549
|
|
7
|
-
AutoStatLib-0.1.6.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
8
|
-
AutoStatLib-0.1.6.dist-info/top_level.txt,sha256=BuHzVyE2andc7RwD_UPmDjLl9CUAyBH6WHZGjaIReUI,12
|
|
9
|
-
AutoStatLib-0.1.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|