TDCRPy 0.0.58__py3-none-any.whl → 0.0.60__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: 0.0.58
3
+ Version: 0.0.60
4
4
  Summary: TDCR model
5
5
  Home-page: https://github.com/RomainCoulon/TDCRPy
6
6
  Author: RomainCoulon (Romain Coulon)
@@ -28,10 +28,10 @@ tdcrpy/docs/_build/html/py-modindex.html,sha256=5A2ePSMTRgs_5OJaJFzZiRC5kNoUEx77
28
28
  tdcrpy/docs/_build/html/search.html,sha256=NBMD-Ue8PuwNkgzZf6l57JmygE8O6Rrj6A6vVylAIiA,3832
29
29
  tdcrpy/docs/_build/html/source/modules.html,sha256=F8HKsi_oxQqJL8zvOsu5o4Hjj9sP0ft3B-qWkgHaoi4,9331
30
30
  tdcrpy/docs/_build/html/source/tdcrpy.html,sha256=U6cUhBwu0006Cut6JTvsG833-Vdkg-wetXL4GqWUU5M,80675
31
- tdcrpy/tests/__init__.py,sha256=1qt2g8qZIl1xXf_jBg09U7c-C9JM2jxgyVDpwq0kFN8,36
32
- tdcrpy/tests/test_tdcpy.py,sha256=sTzc_xvsLcHTZUnuAK81bC6UcqGxB8yf3w-0AcHQLwo,3440
33
- TDCRPy-0.0.58.dist-info/LICENCE.md,sha256=fuYzrZRiOAjJBzA1tsGQwojCgGROArb2Ec48GDTjlWM,1086
34
- TDCRPy-0.0.58.dist-info/METADATA,sha256=dxcimiWhibBsEL3B_K5hZpFgcKKZx_G3vU5qtmB64LM,2111
35
- TDCRPy-0.0.58.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
36
- TDCRPy-0.0.58.dist-info/top_level.txt,sha256=VgPJa9YJ7fi8wrr9qDJPLhu3tK1BcFRIP6Ib4r3BEfs,7
37
- TDCRPy-0.0.58.dist-info/RECORD,,
31
+ tdcrpy/tests/__init__.py,sha256=my257xX92UfE5q_v64pgaVPdBi4Uv5Tqumx8tNIlhmw,18
32
+ tdcrpy/tests/test_tdcrpy.py,sha256=sNfRmDdaM8fxZZ50iT_15ORXJ4laai0cSp4V9FYty5w,3450
33
+ TDCRPy-0.0.60.dist-info/LICENCE.md,sha256=fuYzrZRiOAjJBzA1tsGQwojCgGROArb2Ec48GDTjlWM,1086
34
+ TDCRPy-0.0.60.dist-info/METADATA,sha256=09YYplpvrA9h6NCpsr3IVAvyTUv8v3MUmhL3NB4w1-E,2111
35
+ TDCRPy-0.0.60.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
36
+ TDCRPy-0.0.60.dist-info/top_level.txt,sha256=VgPJa9YJ7fi8wrr9qDJPLhu3tK1BcFRIP6Ib4r3BEfs,7
37
+ TDCRPy-0.0.60.dist-info/RECORD,,
tdcrpy/tests/__init__.py CHANGED
@@ -1 +1 @@
1
- from tdcrpy.tests import test_tdcrpy
1
+ import test_tdcrpy
@@ -11,7 +11,8 @@ Bureau International des Poids et Mesures
11
11
  import unittest
12
12
  import importlib.resources
13
13
  import numpy as np
14
- import tdcrpy
14
+ from .. import tdcrpy
15
+
15
16
 
16
17
  with importlib.resources.path('tdcrpy', 'MCNP-MATRIX') as data_path:
17
18
  fp1 = data_path / 'matrice/fichier/matrice_10ml-photon_1_200k.txt'