Skip to content

Commit 277bf6d

Browse files
committed
fix caption
1 parent 19a1120 commit 277bf6d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

velociraptor/catalogue/registration.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,9 +1048,10 @@ def registration_cold_dense_gas_properties(
10481048
]
10491049
except KeyError:
10501050
raise RegistrationDoesNotMatchError
1051-
1052-
full_name = f"""{long_quantity} Masses in Cold, Dense ($T < 10^{{4.5}}\;{{\rm K}}$,
1053-
$n_{{\\rm H}}$ > 0.1 \\; {{\rm cm^{{-3}}}}$) Gas ({aperture_size} kpc)"""
1051+
full_name = (
1052+
f"{long_quantity} Masses in Cold, Dense ($T < 10^{{4.5}}\;{{\rm K}}$, "
1053+
f"$n_{{\\rm H}}$ > 0.1 \\; {{\rm cm^{{-3}}}}$) Gas ({aperture_size} kpc)"
1054+
)
10541055
snake_case = f"cold_dense_{short_quantity}_mass_{aperture_size}_kpc"
10551056
return unit, full_name, snake_case
10561057
else:

0 commit comments

Comments
 (0)