jaxspec 0.1.2__py3-none-any.whl → 0.1.3__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.
- jaxspec/model/abc.py +2 -1
- {jaxspec-0.1.2.dist-info → jaxspec-0.1.3.dist-info}/METADATA +1 -1
- {jaxspec-0.1.2.dist-info → jaxspec-0.1.3.dist-info}/RECORD +6 -6
- {jaxspec-0.1.2.dist-info → jaxspec-0.1.3.dist-info}/LICENSE.md +0 -0
- {jaxspec-0.1.2.dist-info → jaxspec-0.1.3.dist-info}/WHEEL +0 -0
- {jaxspec-0.1.2.dist-info → jaxspec-0.1.3.dist-info}/entry_points.txt +0 -0
jaxspec/model/abc.py
CHANGED
|
@@ -133,7 +133,8 @@ class SpectralModel:
|
|
|
133
133
|
return self.__rich_repr__()
|
|
134
134
|
|
|
135
135
|
def __repr__(self):
|
|
136
|
-
|
|
136
|
+
if not base.frame_stack:
|
|
137
|
+
rich.print(self.__rich_repr__())
|
|
137
138
|
return ""
|
|
138
139
|
|
|
139
140
|
def photon_flux(self, params, e_low, e_high, n_points=2):
|
|
@@ -12,7 +12,7 @@ jaxspec/data/ogip.py,sha256=sv9p00qHS5pzw61pzWyyF0nV-E-RXySdSFK2tUavokA,9545
|
|
|
12
12
|
jaxspec/data/util.py,sha256=ycLPVE-cjn6VpUWYlBU1BGfw73ANXIBilyVAUOYOSj0,9540
|
|
13
13
|
jaxspec/fit.py,sha256=hI0koMO4KsNpe9mLlaFm_tNLgm4BVAYVyiMb1E1eyZE,24553
|
|
14
14
|
jaxspec/model/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
-
jaxspec/model/abc.py,sha256=
|
|
15
|
+
jaxspec/model/abc.py,sha256=wbzpKYB2sB-qdP1B0YaUw7VHEYeTegeDhaoJ1EHPWaQ,20924
|
|
16
16
|
jaxspec/model/additive.py,sha256=wjY2wL3Io3F45GJpz-UB8xYVnA-W1OFBnZMbj5pWPbQ,22449
|
|
17
17
|
jaxspec/model/background.py,sha256=QSFFiuyUEvuzXBx3QfkvVneUR8KKEP-VaANEVXcavDE,7865
|
|
18
18
|
jaxspec/model/list.py,sha256=0RPAoscVz_zM1CWdx_Gd5wfrQWV5Nv4Kd4bSXu2ayUA,860
|
|
@@ -24,8 +24,8 @@ jaxspec/util/abundance.py,sha256=fsC313taIlGzQsZNwbYsJupDWm7ZbqzGhY66Ku394Mw,854
|
|
|
24
24
|
jaxspec/util/integrate.py,sha256=_Ax_knpC7d4et2-QFkOUzVtNeQLX1-cwLvm-FRBxYcw,4505
|
|
25
25
|
jaxspec/util/online_storage.py,sha256=vm56RfcbFKpkRVfr0bXO7J9aQxuBq-I_oEgA26YIhCo,2469
|
|
26
26
|
jaxspec/util/typing.py,sha256=8qK1aJlsqTcVKjYN-BxsDx20BTwtnS-wMw6Bdurpm-o,2459
|
|
27
|
-
jaxspec-0.1.
|
|
28
|
-
jaxspec-0.1.
|
|
29
|
-
jaxspec-0.1.
|
|
30
|
-
jaxspec-0.1.
|
|
31
|
-
jaxspec-0.1.
|
|
27
|
+
jaxspec-0.1.3.dist-info/LICENSE.md,sha256=2q5XoWzddts5IqzIcgYYMOL21puU3MfO8gvT3Ype1eQ,1073
|
|
28
|
+
jaxspec-0.1.3.dist-info/METADATA,sha256=HF52McS84ujvKhSIWFHdlqrkTIukDcxUAmkMMhMDoJU,3708
|
|
29
|
+
jaxspec-0.1.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
30
|
+
jaxspec-0.1.3.dist-info/entry_points.txt,sha256=kzLG2mGlCWITRn4Q6zKG_idx-_RKAncvA0DMNYTgHAg,71
|
|
31
|
+
jaxspec-0.1.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|