Skip to content

Commit

Permalink
Merge pull request #349 from ajwheeler/more_precise_load_messade
Browse files Browse the repository at this point in the history
clarify cool dwarf atm load message
  • Loading branch information
ajwheeler authored Oct 22, 2024
2 parents 0d3b3b6 + 2219927 commit 6b4d8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atmosphere.jl
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ end
_cool_dwarfs_atm_itp = nothing
function _get_cool_dwarfs_atm_itp()
if isnothing(_cool_dwarfs_atm_itp)
println("Constructing cool dwarf atmosphere interpolator. This will only happen once...")
println("Constructing cool dwarf atmosphere interpolator. This will only happen once per process...")
path = joinpath(artifact"resampled_cool_dwarf_atmospheres",
"resampled_cool_dwarf_atmospheres",
"resampled_cool_dwarf_atmospheres.h5")
Expand Down

0 comments on commit 6b4d8b1

Please sign in to comment.