Skip to content

Commit

Permalink
Last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackob authored and jackob committed Aug 30, 2024
1 parent 2196813 commit 6b1f478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis/simulation/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def advance_state(self, emitted_luminosity):
)
update_properties.update(
gamma=estimated_continuum_properties.photo_ionization_rate_coefficient,
alpha_stim_coeff=estimated_continuum_properties.stimulated_recombination_rate_factor,
alpha_stim_factor=estimated_continuum_properties.stimulated_recombination_rate_factor,
bf_heating_coeff_estimator=radfield_mc_estimators.bf_heating_estimator,
stim_recomb_cooling_coeff_estimator=radfield_mc_estimators.stim_recomb_cooling_estimator,
)
Expand Down

0 comments on commit 6b1f478

Please sign in to comment.