TDCRPy 0.0.37__tar.gz → 0.0.38__tar.gz

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 TDCRPy might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: TDCRPy
3
- Version: 0.0.37
3
+ Version: 0.0.38
4
4
  Summary: TDCR model
5
5
  Home-page: https://github.com/RomainCoulon/TDCRPy
6
6
  Author: RomainCoulon (Romain Coulon)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: TDCRPy
3
- Version: 0.0.37
3
+ Version: 0.0.38
4
4
  Summary: TDCR model
5
5
  Home-page: https://github.com/RomainCoulon/TDCRPy
6
6
  Author: RomainCoulon (Romain Coulon)
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
  import codecs
3
3
  import os
4
4
 
5
- VERSION = "0.0.37"
5
+ VERSION = "0.0.38"
6
6
  DESCRIPTION = "TDCR model"
7
7
 
8
8
  with open("README.md", "r") as f:
@@ -389,6 +389,7 @@ def TDCRPy(L, TD, TAB, TBC, TAC, Rad, pmf_1, N, kB, RHO, nE, mode, mode2, Displa
389
389
  '''
390
390
  if mode2=="sym":
391
391
  mean_efficiency_T = np.mean(efficiency_T) # average
392
+ print(efficiency_T[:100])
392
393
  std_efficiency_T = np.std(efficiency_T)/np.sqrt(N) # standard deviation
393
394
  mean_efficiency_D = np.mean(efficiency_D)
394
395
  std_efficiency_D = np.std(efficiency_D)/np.sqrt(N)
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes