delta-theory 6.10.3__py3-none-any.whl → 6.10.5__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.
@@ -679,8 +679,8 @@ def cmd_calibrate(args: argparse.Namespace) -> None:
679
679
  sigma_y = y['sigma_y']
680
680
 
681
681
  preset = FATIGUE_CLASS_PRESET[mat.structure]
682
- r_th = r_th_override if r_th_override is not None else preset['r_th']
683
- n = n_override if n_override is not None else preset['n']
682
+ r_th = args.r_th if args.r_th is not None else preset['r_th']
683
+ n = args.n_exp if args.n_exp is not None else preset['n']
684
684
 
685
685
  y_mode, _ = yield_by_mode(
686
686
  mat,
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: delta-theory
3
- Version: 6.10.3
3
+ Version: 6.10.5
4
4
  Summary: Unified materials strength and fatigue prediction based on geometric first principles
5
5
  Author: Tamaki
6
6
  Author-email: Masamichi Iizumi <m.iizumi@miosync.email>
7
- Maintainer-email: Masamichi Iizumi <masamichi@miosync.com>
7
+ Maintainer-email: Masamichi Iizumi <m.iizumi@miosync.email>
8
8
  License: MIT
9
9
  Project-URL: Homepage, https://github.com/miosync/delta-theory
10
10
  Project-URL: Documentation, https://github.com/miosync/delta-theory#readme
@@ -5,10 +5,10 @@ core/__init__.py,sha256=ALNGXTtGoiq0lQaQ67PMxEL6HrWRr7KlEMvId9Se8yg,1375
5
5
  core/dbt_unified.py,sha256=m-tO6mDnEmpWfmuWKSAyX_0wLhPiXJ5VWQ0uUpNWuSY,23042
6
6
  core/fatigue_redis_api.py,sha256=4fXVhDuXPads_CjBkqQex2YUOjw2WxdTgZo2SxpbWvc,16274
7
7
  core/materials.py,sha256=FLVQWOrQ_CooDr-wi3S6GJnTGDV15RpHGCnbVIEy0q0,17051
8
- core/unified_yield_fatigue_v6_9.py,sha256=YSl8eRNF2ROEW3NqqKeHApiOqOeOMix1zFjMSzIjpPE,33524
9
- delta_theory-6.10.3.dist-info/licenses/LICENSE,sha256=8dVpjRFTkE7BbLXxN9C2jwYio3jR9mD3q-DRcnqsQQo,1211
10
- delta_theory-6.10.3.dist-info/METADATA,sha256=HnMh03qrZh-q0-j_gK_anYlegsBqNK77cShg8HTptKg,16829
11
- delta_theory-6.10.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
12
- delta_theory-6.10.3.dist-info/entry_points.txt,sha256=SbfW_U3JII-Ygfnfx1qRw7-zdXUf7f2h8ZAUxxKxWu0,103
13
- delta_theory-6.10.3.dist-info/top_level.txt,sha256=y2DGPXIOL_UZHy6CTjK7_CvOytT9zdBpsg7BW5R6mxQ,10
14
- delta_theory-6.10.3.dist-info/RECORD,,
8
+ core/unified_yield_fatigue_v6_9.py,sha256=r9QfN8SjFG9G-NGRNPRMnV45Gu9s8ug3iXHyHcG0R-w,33516
9
+ delta_theory-6.10.5.dist-info/licenses/LICENSE,sha256=8dVpjRFTkE7BbLXxN9C2jwYio3jR9mD3q-DRcnqsQQo,1211
10
+ delta_theory-6.10.5.dist-info/METADATA,sha256=nyNFcYVOXFdZQMMeYLsXjEA-XcjPPxYs-kPwsv3e7RY,16830
11
+ delta_theory-6.10.5.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
12
+ delta_theory-6.10.5.dist-info/entry_points.txt,sha256=SbfW_U3JII-Ygfnfx1qRw7-zdXUf7f2h8ZAUxxKxWu0,103
13
+ delta_theory-6.10.5.dist-info/top_level.txt,sha256=y2DGPXIOL_UZHy6CTjK7_CvOytT9zdBpsg7BW5R6mxQ,10
14
+ delta_theory-6.10.5.dist-info/RECORD,,