TDCRPy 1.12.9__py3-none-any.whl → 1.12.10__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.
- {TDCRPy-1.12.9.dist-info → TDCRPy-1.12.10.dist-info}/METADATA +1 -1
- {TDCRPy-1.12.9.dist-info → TDCRPy-1.12.10.dist-info}/RECORD +6 -6
- tdcrpy/TDCR_model_lib.py +1 -1
- {TDCRPy-1.12.9.dist-info → TDCRPy-1.12.10.dist-info}/LICENCE.md +0 -0
- {TDCRPy-1.12.9.dist-info → TDCRPy-1.12.10.dist-info}/WHEEL +0 -0
- {TDCRPy-1.12.9.dist-info → TDCRPy-1.12.10.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
tdcrpy/TDCRPy.py,sha256=r9n6AK4_8Oy7UF-asFMOd7kAgdaXuvT3BYLn33QhUko,54082
|
|
2
2
|
tdcrpy/TDCRPy1.py,sha256=QTBZh5B5JWnGB0BQfD-cFmwA9W080OD4sG-aj50-ejo,38106
|
|
3
|
-
tdcrpy/TDCR_model_lib.py,sha256=
|
|
3
|
+
tdcrpy/TDCR_model_lib.py,sha256=Vqbd-JVhGdF9BzW9axYwCHl2MOBfupCJ1ih5Nz_aXts,106906
|
|
4
4
|
tdcrpy/TDCRoptimize.py,sha256=c2XIGveeLdVYYek4Rg6dygMvVA2xIrIkMb3L-_jUucM,6496
|
|
5
5
|
tdcrpy/__init__.py,sha256=vQslGLsoZPIceaitnSHOqN6lUdjEyJ3YhfJ6tYdXt-s,127
|
|
6
6
|
tdcrpy/config.toml,sha256=d_olKEgxfobBHkZ2wEj9EgKE7I8Wbpim9ZAsi5ImFxk,1470
|
|
@@ -1081,8 +1081,8 @@ tdcrpy/docs/_build/html/source/modules.html,sha256=Jf-qxVBId0UgpwyvYuyjtMNG-ezPO
|
|
|
1081
1081
|
tdcrpy/docs/_build/html/source/tdcrpy.html,sha256=-38lHMNFB22p1tWJEeN3yDqfDiCYE304vxDamO1-iRc,3779
|
|
1082
1082
|
tdcrpy/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1083
1083
|
tdcrpy/test/test_tdcrpy.py,sha256=JINqSEMFoNpptE4f3h6ZzTYW1rBx90KkaoQzltSg-No,4692
|
|
1084
|
-
TDCRPy-1.12.
|
|
1085
|
-
TDCRPy-1.12.
|
|
1086
|
-
TDCRPy-1.12.
|
|
1087
|
-
TDCRPy-1.12.
|
|
1088
|
-
TDCRPy-1.12.
|
|
1084
|
+
TDCRPy-1.12.10.dist-info/LICENCE.md,sha256=ZTpWyGU3qv_iwEpgvCijoCuCYpOPpyzJCgOk46WpUKU,1066
|
|
1085
|
+
TDCRPy-1.12.10.dist-info/METADATA,sha256=QvGnz71W4UM-DqHH6Hd2_tXhgqm1ZmroKRwlC9SMS-0,15833
|
|
1086
|
+
TDCRPy-1.12.10.dist-info/WHEEL,sha256=Rp8gFpivVLXx-k3U95ozHnQw8yDcPxmhOpn_Gx8d5nc,91
|
|
1087
|
+
TDCRPy-1.12.10.dist-info/top_level.txt,sha256=f4vzFFcKSEnonAACs0ZXuRczmroLLqtPTqXFymU_VU0,14
|
|
1088
|
+
TDCRPy-1.12.10.dist-info/RECORD,,
|
tdcrpy/TDCR_model_lib.py
CHANGED
|
@@ -153,7 +153,7 @@ def modifyTau(x):
|
|
|
153
153
|
def modifyDeadTime(x):
|
|
154
154
|
data0 = readConfigAsstr()
|
|
155
155
|
x0 = readParameters()[11]
|
|
156
|
-
data1 = data0.replace(f"extDT = {x0}",f"extDT=
|
|
156
|
+
data1 = data0.replace(f"extDT = {x0}",f"extDT = {x}")
|
|
157
157
|
writeConfifAsstr(data1)
|
|
158
158
|
|
|
159
159
|
def modifyMeasTime(x):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|