Skip to content

Commit

Permalink
Hotfix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolaru committed Nov 23, 2023
1 parent 0a49d9f commit cdc0615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NormalModes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function StatsBase.sample(nm::NormalDecomposition, n_samples)

Δx = MU * rand(Δz_dist, n_samples)

@warning "I'm really not sure about the sampling in momentum space"
@warn "I'm really not sure about the sampling in momentum space"
Δp = nm.M.^-2 * MU * rand(Δp_dist, n_samples)
return Δx * aunit(u"m"), Δp * aunit(u"kg*m/s")
end
Expand Down

0 comments on commit cdc0615

Please sign in to comment.