We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e811ecb + 70a51b6 commit 7777497Copy full SHA for 7777497
velociraptor/catalogue/registration.py
@@ -239,7 +239,7 @@ def registration_angular_momentum(
239
raise RegistrationDoesNotMatchError
240
241
# All are angular momenta, so have same units.
242
- unit = unit_system.length * unit_system.velocity
+ unit = unit_system.mass * unit_system.length * unit_system.velocity
243
244
# Capture group 1: axis (x, y, z)
245
# Capture group 2: radius within this was calculated, e.g. 200crit
0 commit comments