TDCRPy 1.11.3__py3-none-any.whl → 1.11.4__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.11.3
3
+ Version: 1.11.4
4
4
  Summary: TDCR model
5
5
  Home-page: https://pypi.org/project/TDCRPy/
6
6
  Author: RomainCoulon (Romain Coulon)
@@ -1080,9 +1080,9 @@ tdcrpy/docs/_build/html/search.html,sha256=IeTP6CsRdqKWOJttbtskg1oBgdN8norKlzai4
1080
1080
  tdcrpy/docs/_build/html/source/modules.html,sha256=Jf-qxVBId0UgpwyvYuyjtMNG-ezPOK1oH_IxRXAWTRs,3601
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
- tdcrpy/test/test_tdcrpy.py,sha256=MTMiE0N7RiyE8Rom2Yu8kCDR03pJga9D6_o7wr7leVA,4675
1084
- TDCRPy-1.11.3.dist-info/LICENCE.md,sha256=ZTpWyGU3qv_iwEpgvCijoCuCYpOPpyzJCgOk46WpUKU,1066
1085
- TDCRPy-1.11.3.dist-info/METADATA,sha256=gj7nAtjKsJ2IS-F2CmNo230iCcIxF_2ODccYpf97tGg,15996
1086
- TDCRPy-1.11.3.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
1087
- TDCRPy-1.11.3.dist-info/top_level.txt,sha256=f4vzFFcKSEnonAACs0ZXuRczmroLLqtPTqXFymU_VU0,14
1088
- TDCRPy-1.11.3.dist-info/RECORD,,
1083
+ tdcrpy/test/test_tdcrpy.py,sha256=JINqSEMFoNpptE4f3h6ZzTYW1rBx90KkaoQzltSg-No,4692
1084
+ TDCRPy-1.11.4.dist-info/LICENCE.md,sha256=ZTpWyGU3qv_iwEpgvCijoCuCYpOPpyzJCgOk46WpUKU,1066
1085
+ TDCRPy-1.11.4.dist-info/METADATA,sha256=ReiMu0mC2NR0Ap6nJ3VQ7dsBCPiudy8F3r0Y9g9c_-Q,15996
1086
+ TDCRPy-1.11.4.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
1087
+ TDCRPy-1.11.4.dist-info/top_level.txt,sha256=f4vzFFcKSEnonAACs0ZXuRczmroLLqtPTqXFymU_VU0,14
1088
+ TDCRPy-1.11.4.dist-info/RECORD,,
@@ -41,13 +41,13 @@ class TestMyModule(unittest.TestCase):
41
41
  result = tdcrpy.TDCR_model_lib.stoppingpower(100)
42
42
  self.assertEqual(result, 326.78)
43
43
 
44
- def test_readBetaShape(self):
45
- result = np.mean(tdcrpy.TDCR_model_lib.readBetaShape("H-3","beta-","tot"))
46
- self.assertEqual(result, 4.661922025723472)
44
+ # def test_readBetaShape(self):
45
+ # result = np.mean(tdcrpy.TDCR_model_lib.readBetaShape("H-3","beta-","tot"))
46
+ # self.assertEqual(result, 4.661922025723472)
47
47
 
48
48
  def test_readBetaSpectra(self):
49
49
  result = np.mean(tdcrpy.TDCR_model_lib.readBetaSpectra("H-3"))
50
- self.assertEqual(result, 4.6155)
50
+ self.assertEqual(result, 4.651594887459807)
51
51
 
52
52
  def test_E_quench_e(self):
53
53
  result = np.mean(tdcrpy.TDCR_model_lib.E_quench_e(100*1e3,100*1e3,0.01,20000)*1e-3)