Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nichollsh committed Sep 11, 2024
1 parent e37c965 commit 582e96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/janus/utils/observed_rho.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def calc_observed_rho(atm):
transspec_m += atm.planet_mass

# get density of all enclosed by observed layer
transspec_rho = 3.0 * atm.transspec_m / (4.0 * np.pi * transspec_r**3)
transspec_rho = 3.0 * transspec_m / (4.0 * np.pi * transspec_r**3)

return transspec_rho

0 comments on commit 582e96a

Please sign in to comment.