Skip to content

Commit

Permalink
TST: Update blackbody doctest result
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Apr 5, 2024
1 parent e742fbd commit 21514ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synphot/blackbody.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class BlackBody1D(Fittable1DModel):
>>> from synphot.blackbody import BlackBody1D
>>> bb = BlackBody1D()
>>> bb(6000 * u.AA) # doctest: +FLOAT_CMP
<Quantity 1.3585381201978953e-15 erg / (cm2 Hz s)>
<Quantity 1.35853828e-15 erg / (Hz s cm2)>
.. plot::
:include-source:
Expand Down

0 comments on commit 21514ac

Please sign in to comment.