Skip to content

Commit 4cceb7c

Browse files
committed
removed so_ before spherical overdensity quantities
1 parent 21fcbde commit 4cceb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

velociraptor/catalogue/registration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ def registration_spherical_overdensities(
10021002
sf_in_name = ""
10031003

10041004
full_name = f"{sf_in_name}{name} ({aperture_size} \\rho_{{\\rm crit}})"
1005-
snake_case = field_path.lower().replace("SO_", "")
1005+
snake_case = field_path.lower().replace("so_", "")
10061006

10071007
return unit, full_name, snake_case
10081008
else:

0 commit comments

Comments
 (0)