Skip to content

Commit

Permalink
fix tests for old thetas
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields committed Sep 26, 2024
1 parent 8cc172e commit 05c18b0
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -626,12 +626,12 @@ def test_rotational_broadening(example_stardis_output):
)

expected_broadening_fluxes = [
21851984.04113946,
21851937.30115837,
21851843.93664505,
21851704.17866379,
21851518.37423182,
21851286.98683553,
34325016.26500256,
34324942.84601195,
34324796.18937738,
34324576.65805378,
34324284.79713453,
34323921.33466238,
]
actual_wavelengths, actual_fluxes = rotation_broadening(
20 * u.km / u.s,
Expand Down

0 comments on commit 05c18b0

Please sign in to comment.