You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the context of the approximation being made, I don't think it makes much sense to allow W>1 (this will lead to odd behaviour of populations that are "not metastable" compared to those that are "metastable). Better to limit to W <1 - perhaps flag a warning (likely means that the radiation field model is doing a particularly bad job).
is that right?
this line
level_populations[~self.atom_data.levels.metastable] *= np.min([self.ws, np.ones_like(self.ws)],axis=0)
inplasma_array
. worth checkingThe text was updated successfully, but these errors were encountered: