Skip to content

Commit

Permalink
Update bayesmodels.py
Browse files Browse the repository at this point in the history
adding zeff to saved quantites
  • Loading branch information
michael-gemmell authored Jul 20, 2023
1 parent c994dcf commit 313ebec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions indica/bayesmodels.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ def ln_posterior(self, parameters: dict, **kwargs):
ln_posterior = ln_likelihood + ln_prior

kin_profs = {
"Zeff": self.plasma.zeff.sel(t=self.plasma.time_to_calculate),

"electron_density": self.plasma.electron_density.sel(
t=self.plasma.time_to_calculate
),
Expand Down

0 comments on commit 313ebec

Please sign in to comment.