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.

@@ -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
- self.__run_test(test='auto')
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
- self.__run_test(test='auto')
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.6"
2
+ __version__ = "0.1.7"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: AutoStatLib
3
- Version: 0.1.6
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
  [![pypi_version](https://img.shields.io/pypi/v/AutoStatLib?label=PyPI&color=green)](https://pypi.org/project/AutoStatLib)
538
538
  [![GitHub Release](https://img.shields.io/github/v/release/konung-yaropolk/AutoStatLib?label=GitHub&color=green&link=https%3A%2F%2Fgithub.com%2Fkonung-yaropolk%2FAutoStatLib)](https://github.com/konung-yaropolk/AutoStatLib)
539
539
  [![PyPI - License](https://img.shields.io/pypi/l/AutoStatLib)](https://pypi.org/project/AutoStatLib)
540
- [![Python](https://img.shields.io/badge/Python-v3.10%5E-green?logo=python)](https://pypi.org/project/AutoStatLib)
540
+ [![Python](https://img.shields.io/badge/Python-v3.10%5E-green?logo=python)](https://pypi.org/project/AutoStatLib)
541
541
  [![PyPI - Downloads](https://img.shields.io/pypi/dm/AutoStatLib?label=PyPI%20stats&color=blue)](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,,