pyacm 1.1__py3-none-any.whl → 1.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.
pyacm/acm.py CHANGED
@@ -410,7 +410,7 @@ class NominalACM:
410
410
  Bpb = np.kron(B[n - 1, :], B[n - 1, :])
411
411
  s0term = 0.5 * (Bpb @ self.s0 + self.omega[0, 0])
412
412
 
413
- A[n] = A[n - 1] + B[n - 1, :] @ (self.mu - lambda0) + s0term + A[0]
413
+ A[n] = (A[n - 1] + B[n - 1, :] @ (self.mu - lambda0) + s0term + A[0])[0]
414
414
  B[n, :] = B[n - 1, :] @ (self.phi - lambda1) + B[0, :]
415
415
 
416
416
  return A, B
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyacm
3
- Version: 1.1
3
+ Version: 1.2
4
4
  Summary: ACM Term Premium
5
5
  Author: Tobias Adrian, Richard K. Crump, Emanuel Moench
6
6
  Maintainer: Gustavo Amarante
@@ -0,0 +1,7 @@
1
+ pyacm/__init__.py,sha256=pRFuR3Au_ybQAmkJduGrLMKGJd1pxjhGfhsfsjlK-mU,66
2
+ pyacm/acm.py,sha256=ZQLhuVydAcsy04q1KzTVkHlrai8GzVmB8Nx5Hlh4l-w,15533
3
+ pyacm-1.2.dist-info/licenses/LICENSE,sha256=YbUXx25Z6PzP4k4rsbs6tN58NiCwGIIrTMzql4iTeDs,1073
4
+ pyacm-1.2.dist-info/METADATA,sha256=hAjLbPb3n2EJ79XviHpb0TwoqJH_haP43FyzsbLz9zs,3524
5
+ pyacm-1.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
6
+ pyacm-1.2.dist-info/top_level.txt,sha256=xQy7q1eSKCnRtTnwb-Iz_spT0UDNdTyzKd43yz-ffrI,6
7
+ pyacm-1.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,7 +0,0 @@
1
- pyacm/__init__.py,sha256=pRFuR3Au_ybQAmkJduGrLMKGJd1pxjhGfhsfsjlK-mU,66
2
- pyacm/acm.py,sha256=mpcGjZR5reW25jkkyt_u2g2h_JOGmc1BD4FnBe1M5zQ,15528
3
- pyacm-1.1.dist-info/licenses/LICENSE,sha256=YbUXx25Z6PzP4k4rsbs6tN58NiCwGIIrTMzql4iTeDs,1073
4
- pyacm-1.1.dist-info/METADATA,sha256=kTyQaKG5q0VwGEoRK1Vj32BDm_tgfHY5XSds5SmHYck,3524
5
- pyacm-1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- pyacm-1.1.dist-info/top_level.txt,sha256=xQy7q1eSKCnRtTnwb-Iz_spT0UDNdTyzKd43yz-ffrI,6
7
- pyacm-1.1.dist-info/RECORD,,