Skip to content

Commit

Permalink
Correct integrated optical depth dimensionality
Browse files Browse the repository at this point in the history
Co-authored-by: Jing Lu <48139543+DeerWhale@users.noreply.github.com>
  • Loading branch information
andrewfullard and DeerWhale authored Jan 14, 2025
1 parent ffbc587 commit fdb1247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis/workflows/v_inner_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def estimate_v_inner(self):
)

interpolator = interp1d(
tau_integ,
tau_integ[self.simulation_state.geometry.v_inner_boundary_index:],
self.simulation_state.geometry.v_inner_active, # Only use the active values as we only need a numerical estimate, not an index
fill_value="extrapolate",
)
Expand Down

0 comments on commit fdb1247

Please sign in to comment.