TDCRPy 1.6.1__py3-none-any.whl → 1.6.2__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 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: 1.6.1
3
+ Version: 1.6.2
4
4
  Summary: TDCR model
5
5
  Home-page: https://github.com/RomainCoulon/TDCRPy
6
6
  Author: RomainCoulon (Romain Coulon)
@@ -1,4 +1,4 @@
1
- tdcrpy/TDCRPy.py,sha256=WwZQ0b-UhNJVgUCJzrIq0bxSwmepD9t8dEczpgg2G9Q,57620
1
+ tdcrpy/TDCRPy.py,sha256=02OJKQnFA3E1x4txLYNiomiDCvH_pmogosoy2vOyMC0,57647
2
2
  tdcrpy/TDCRPy1.py,sha256=ZS4riwGPyITxkg0RHxTO59yzue7uLSFa9S7UrM8NGOI,38777
3
3
  tdcrpy/TDCR_model_lib.py,sha256=wkVoZ8Afb-DEVDfYzpxDFZCT2xfzn-PBMw81TG6mYBs,75627
4
4
  tdcrpy/TDCRoptimize.py,sha256=Mo5vEULS1_FCEzIVyv0C6Yte6qo072HLRWETNyIs7SU,4552
@@ -68,8 +68,8 @@ tdcrpy/docs/_build/html/source/modules.html,sha256=gJrhuEaMQHkYGewGHPWGmgVsPgVV6
68
68
  tdcrpy/docs/_build/html/source/tdcrpy.html,sha256=VZV_LFdrCCIvYBXzsZE9mZx8iGa7ZjhEsXtE8BqqU9g,90373
69
69
  tdcrpy/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
70
70
  tdcrpy/test/test_tdcrpy.py,sha256=dWZpfvarkr8lr_K_zUakt2AOcF0FfCOjBOQPl4vnTWc,4116
71
- TDCRPy-1.6.1.dist-info/LICENCE.md,sha256=fuYzrZRiOAjJBzA1tsGQwojCgGROArb2Ec48GDTjlWM,1086
72
- TDCRPy-1.6.1.dist-info/METADATA,sha256=pMpibHtWO4TR9idxPPug6RzXbyON5RBc51-oj2rVB0g,15929
73
- TDCRPy-1.6.1.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
74
- TDCRPy-1.6.1.dist-info/top_level.txt,sha256=VgPJa9YJ7fi8wrr9qDJPLhu3tK1BcFRIP6Ib4r3BEfs,7
75
- TDCRPy-1.6.1.dist-info/RECORD,,
71
+ TDCRPy-1.6.2.dist-info/LICENCE.md,sha256=fuYzrZRiOAjJBzA1tsGQwojCgGROArb2Ec48GDTjlWM,1086
72
+ TDCRPy-1.6.2.dist-info/METADATA,sha256=9RbYa5ZGqZvWXlF4JiXYq2BwLNXbWRG6B5eT8zyvsMw,15929
73
+ TDCRPy-1.6.2.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
74
+ TDCRPy-1.6.2.dist-info/top_level.txt,sha256=VgPJa9YJ7fi8wrr9qDJPLhu3tK1BcFRIP6Ib4r3BEfs,7
75
+ TDCRPy-1.6.2.dist-info/RECORD,,
tdcrpy/TDCRPy.py CHANGED
@@ -10,8 +10,8 @@ Bureau International des Poids et Mesures
10
10
 
11
11
  ## IMPORT PYTHON MODULES
12
12
  #import tdcrpy.TDCR_model_lib as tl
13
- import TDCR_model_lib as tl
14
- #import tdcrpy.TDCR_model_lib as tl
13
+ # import TDCR_model_lib as tl
14
+ import tdcrpy.TDCR_model_lib as tl
15
15
  import importlib.resources
16
16
  from importlib.resources import files
17
17
  import configparser
@@ -908,17 +908,17 @@ def TDCRPy(L, TD, TAB, TBC, TAC, Rad, pmf_1, N, kB, V, mode, mode2, Display=Fals
908
908
  return mean_efficiency_S, std_efficiency_S, mean_efficiency_D, std_efficiency_D, mean_efficiency_T, std_efficiency_T
909
909
  if mode =="dis":
910
910
  return efficiency_S, efficiency_D, efficiency_T
911
- L = 1
912
- TD = 0.977667386529166
913
- TAB = 0.992232838598821
914
- TBC = 0.992343419459002
915
- TAC = 0.99275350064608
916
- Rad="Fe-55"
917
- pmf_1="1"
918
- N = 10
919
- kB =1.0e-5
920
- V = 10
921
- mode = "eff"
922
- mode2 = "sym"
911
+ # L = 1
912
+ # TD = 0.977667386529166
913
+ # TAB = 0.992232838598821
914
+ # TBC = 0.992343419459002
915
+ # TAC = 0.99275350064608
916
+ # Rad="Fe-55"
917
+ # pmf_1="1"
918
+ # N = 10
919
+ # kB =1.0e-5
920
+ # V = 10
921
+ # mode = "eff"
922
+ # mode2 = "sym"
923
923
 
924
- out = TDCRPy(L, TD, TAB, TBC, TAC, Rad, pmf_1, N, kB, V, mode, mode2, Display=True, barp=False,uncData=False)
924
+ # out = TDCRPy(L, TD, TAB, TBC, TAC, Rad, pmf_1, N, kB, V, mode, mode2, Display=True, barp=False,uncData=False)
File without changes