Skip to content

Commit

Permalink
Fix a broken link to pint docs in sound_speed_units.py
Browse files Browse the repository at this point in the history
  • Loading branch information
speth authored and bryanwweber committed Sep 24, 2023
1 parent fb847bf commit 9696e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/python/thermo/sound_speed_units.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# This sets the default output format of the units to have 2 significant digits
# and the units are printed with a Unicode font. See:
# https://pint.readthedocs.io/en/stable/formatting.html#unit-format-types
# https://pint.readthedocs.io/en/stable/user/formatting.html#unit-format-types
ctu.units.default_format = ".2F~P"

def equilibrium_sound_speeds(gas, rtol=1.0e-6, max_iter=5000):
Expand Down

0 comments on commit 9696e27

Please sign in to comment.