diff --git a/src/atmosphere.jl b/src/atmosphere.jl index a85acaf0..1b4c7171 100644 --- a/src/atmosphere.jl +++ b/src/atmosphere.jl @@ -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")